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

9
Cargo.lock generated
View file

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

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

View file

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

View file

@ -1,2 +0,0 @@