This commit is contained in:
zack 2024-12-29 14:56:13 -05:00
parent ca14ad7d08
commit 0877a91373
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
5 changed files with 803 additions and 257 deletions

View file

@ -22,6 +22,7 @@ puffin_egui = { git = "https://github.com/EmbarkStudios/puffin", rev = "5ac4e541
gpu-profiler = { git = "https://github.com/zackartz/gpu-profiler", features = [
"use-ash",
] }
gltf = { version = "1.4.1", features = ["import"] }
[build-dependencies]
spirv-builder.workspace = true