add editor???

This commit is contained in:
Schrottkatze 2024-11-23 16:13:54 +01:00
parent 5fa0f1b45f
commit 41dd7b8c7e
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
3 changed files with 1079 additions and 13 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
bevy = { version = "0.14.2", features = ["dynamic_linking"] }
bevy_rapier2d = "0.27.0"
bevy_editor_pls = "0.10"
# Enable a small amount of optimization in the dev profile.
[profile.dev]