wip 2
This commit is contained in:
parent
0877a91373
commit
9845d5717b
12 changed files with 903 additions and 148 deletions
|
|
@ -10,7 +10,7 @@ winit.workspace = true
|
|||
raw-window-handle.workspace = true
|
||||
cfg-if = "1.0.0"
|
||||
cgmath = "0.18.0"
|
||||
glam.workspace = true
|
||||
spirv-std.workspace = true
|
||||
gpu-allocator.workspace = true
|
||||
egui-ash = { version = "0.4.0", features = ["gpu-allocator"] }
|
||||
tobj = "4.0.2"
|
||||
|
|
@ -23,6 +23,9 @@ gpu-profiler = { git = "https://github.com/zackartz/gpu-profiler", features = [
|
|||
"use-ash",
|
||||
] }
|
||||
gltf = { version = "1.4.1", features = ["import"] }
|
||||
image = "0.25.5"
|
||||
rayon = "1.10.0"
|
||||
bytemuck.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
spirv-builder.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue