feat: unfinished item drag and drop

This commit is contained in:
Alexey 2026-03-11 17:29:27 +03:00
commit 0add3e4c20
9 changed files with 191 additions and 15 deletions

View file

@ -6,7 +6,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.18.0", features = ["debug"] }
bevy = { version = "0.18.0", features = ["bevy_remote", "debug"] }
bevy_common_assets = { version = "0.15.0", features = ["toml"] }
bevy_input = { version = "0.18.0", features = ["serde", "serialize"] }
leafwing-input-manager = "0.20.0"