fix zoom, rework chunkmap events

This commit is contained in:
2025-05-29 16:22:02 +01:00
parent 0def6af6e8
commit 7e52d6e1bd
5 changed files with 332 additions and 50 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.16" }
bevy = { version = "0.16", features = ["wayland"] }
noise = "0.9.0"
rand = "0.9.1"
image = "0.25.6"