load block from json

This commit is contained in:
OMGeeky
2025-04-18 16:32:44 +02:00
parent f8bee691f5
commit bfeba1bcd3
5 changed files with 195 additions and 15 deletions

View File

@@ -6,7 +6,8 @@ edition = "2024"
[dependencies]
bevy = { version = "0.15.0", features = ["bevy_dev_tools"] }
iyes_perf_ui = "0.4.0"
serde = { version = "1.0.219", features = ["derive"] }
bevy_common_assets = { version = "0.12.0", features = ["json"] }
# Enable more optimization in the release profile at the cost of compile time.