remove old crates
This commit is contained in:
parent
46ab3dd700
commit
84927bf182
4 changed files with 2 additions and 21 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -2321,15 +2321,6 @@ dependencies = [
|
|||
"xmlparser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rt-helper"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ash",
|
||||
"color-eyre",
|
||||
"gpu-allocator",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustc-demangle"
|
||||
version = "0.1.24"
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
[package]
|
||||
name = "rt-helper"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ash.workspace = true
|
||||
gpu-allocator.workspace = true
|
||||
color-eyre.workspace = true
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue