Files
iris/Cargo.toml
2025-08-08 18:22:52 -04:00

16 lines
343 B
TOML

[package]
name = "gui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pollster = "0.4.0"
winit = "0.30.11"
rhai = { git = "https://github.com/rhaiscript/rhai", features = ["f32_float"] }
notify = "8.0.0"
wgpu = "26.0.1"
bytemuck = "1.23.1"