This commit is contained in:
zack 2024-12-29 20:00:14 -05:00
parent 0877a91373
commit 9845d5717b
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
12 changed files with 903 additions and 148 deletions

View file

@ -15,6 +15,7 @@ winit = { version = "0.30.7", features = ["rwh_06"] }
raw-window-handle = "0.6"
gpu-allocator = { version = "0.25.0", features = ["vulkan"] }
glam = { version = "0.22", default-features = false, features = ["libm"] }
bytemuck = "1.21.0"
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu.git" }
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu.git" }