This commit is contained in:
2026-01-29 15:11:14 -05:00
parent 788764ab5d
commit 4a549f8f5d
9 changed files with 51 additions and 411 deletions

View File

@@ -21,5 +21,10 @@ bevy_derive = "0.13.2"
winit = {version="0.30.1", features=["serde"]}
block-mesh = "0.2.0"
rustc-hash = "2.0.0"
vulkano = "0.34.1"
simdnoise = { git = "https://github.com/valadaptive/rust-simd-noise", rev = "965175f" }
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3