Files
fluidsim/Cargo.toml
2025-12-28 12:08:05 +01:00

15 lines
299 B
TOML

[package]
name = "fluidsim"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.29.0"
env_logger = "0.11"
pollster = "0.4"
wgpu = "28.0.0"
winit = { version = "0.30.8", features = ["android-native-activity"] }
bytemuck = { version = "1.24", features = ["derive"] }