initial commit

This commit is contained in:
iris committed 2025-08-08 18:22:52 -04:00
1 parent eba8481bde
commit 56beeb80f3
31 files changed
+1223 -1197

No files matched your search

+2 -3
View File
@@ -6,11 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = "1.23.1"
glam = { version = "0.30.4", features = ["bytemuck"] }
pollster = "0.4.0"
wgpu = "25.0.2"
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"