add world plugin

This commit is contained in:
2026-06-03 15:49:13 -05:00
parent e09b7d2537
commit afd2647b17
9 changed files with 1642 additions and 740 deletions
+12 -2
View File
@@ -4,5 +4,15 @@ version = "0.1.0"
edition = "2024"
[dependencies]
avian2d = "0.5.0"
bevy = "0.18.0"
avian2d = "0.6.1"
bevy = { version = "0.18.0", features = ["dynamic_linking"] }
# Enable a small amount of optimization in the dev profile.
[profile.dev]
opt-level = 1
# Enable a large amount of optimization in the dev profile for dependencies.
[profile.dev.package."*"]
opt-level = 3