feat: Basic implementation of ref #11 and ref #16

This commit is contained in:
demenik
2025-11-17 18:42:04 +01:00
parent 929500734a
commit fc180ce085
16 changed files with 6061 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "pomomon-garden"
version = "0.1.0"
edition = "2024"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[profile.release]
codegen-units = 1
lto = "thin"
[dependencies]
bevy = "0.17.2"
bevy_aseprite_ultra = "0.7.0"
bevy_dev_tools = "0.17.2"