A whole lot of garbage

This commit is contained in:
Mia
2026-06-04 18:22:57 +02:00
commit 7e764095b9
17 changed files with 7654 additions and 0 deletions
+21
View File
@@ -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"