fix builds, improve movement
This commit is contained in:
parent
a19661daa0
commit
94432b0c0d
4 changed files with 63 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue