A whole lot of garbage
This commit is contained in:
Executable
+21
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "voxtech_rendering"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
voxtech_terrain = { path = "../terrain" }
|
||||
|
||||
bytemuck = "1.25.0"
|
||||
glam = "0.33.0"
|
||||
modular-bitfield = "0.13.1"
|
||||
pollster = "0.4.0"
|
||||
tracing = "0.1.44"
|
||||
wgpu = { version = "29.0.3", default-features = false, features = ["vulkan", "std", "wgsl", "webgpu"] }
|
||||
winit = "0.30.13"
|
||||
|
||||
bevy_ecs = "0.18.1"
|
||||
bevy_app = "0.18.1"
|
||||
rayon = "1.12.0"
|
||||
crossbeam = "0.8.4"
|
||||
rangemap = "1.7.1"
|
||||
Reference in New Issue
Block a user