remove old crates

This commit is contained in:
zack 2025-01-22 00:05:10 -05:00
parent 46ab3dd700
commit 84927bf182
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
4 changed files with 2 additions and 21 deletions

View file

@ -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" }