Implement the IFS camera
CI / cargo fmt (push) Successful in 22s
CI / cargo test (push) Failing after 13m52s
CI / cargo test (GPU) (push) Successful in 13m45s

This commit is contained in:
2026-06-20 15:10:25 -04:00
parent 1709336062
commit 90f886f971
5 changed files with 173 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@ spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu.git", rev = "67f1ff2"
anyhow = "1.0.102"
bytemuck = { version = "1.25.0", features = ["derive"] }
glam = { version = "0.33.1", default-features = false, features = ["bytemuck", "scalar-math"] }
libm = "0.2.16"
rand = { version = "0.10.1", default-features = false }
rspirv = "0.13.0"