fix builds, improve movement

This commit is contained in:
zack 2024-12-28 22:21:15 -05:00
parent a19661daa0
commit 94432b0c0d
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
4 changed files with 63 additions and 22 deletions

View file

@ -19,7 +19,9 @@ ash-window = "0.12.0"
shaders-shared = { path = "../shaders-shared" }
puffin = { git = "https://github.com/EmbarkStudios/puffin", rev = "5ac4e54164ee89bd68c29f288c2b5613afc2c929" }
puffin_egui = { git = "https://github.com/EmbarkStudios/puffin", rev = "5ac4e54164ee89bd68c29f288c2b5613afc2c929" }
gpu-profiler = { path = "../../../gpu-profiler", features = ["use-ash"] }
gpu-profiler = { git = "https://github.com/zackartz/gpu-profiler", features = [
"use-ash",
] }
[build-dependencies]
spirv-builder.workspace = true