add (profiler)

This commit is contained in:
zack 2024-12-28 21:46:32 -05:00
parent ab8e78e1b1
commit a19661daa0
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
5 changed files with 179 additions and 8 deletions

View file

@ -16,8 +16,10 @@ egui-ash = { version = "0.4.0", features = ["gpu-allocator"] }
tobj = "4.0.2"
egui = "0.25.0"
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"] }
[build-dependencies]
spirv-builder.workspace = true