remove old crates
This commit is contained in:
parent
46ab3dd700
commit
84927bf182
4 changed files with 2 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
|
||||
members = ["crates/rt-helper", "crates/shaders-shared", "crates/vk-rs"]
|
||||
members = ["crates/shaders-shared", "crates/vk-rs"]
|
||||
|
||||
[workspace.dependencies]
|
||||
ash = { version = "0.37.3" }
|
||||
|
|
@ -13,6 +13,7 @@ glam = { version = "0.22", default-features = false, features = ["libm"] }
|
|||
bytemuck = "1.21.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
parking_lot = "0.12.3"
|
||||
|
||||
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu.git" }
|
||||
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu.git" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue