feat!: fix some lifetimes in InputContainerInner, almast done one example, add default for plugin, rebase src from crate/bevy_controls to src

This commit is contained in:
2024-02-10 02:42:18 +01:00
parent 5fc1382ceb
commit 608781faf6
19 changed files with 899 additions and 84 deletions
+9 -1
View File
@@ -3,6 +3,14 @@ name = "basic"
version = "0.1.0"
edition = "2021"
[features]
default_font = []
x11 = ["bevy/x11"]
wayland = ["bevy/wayland"]
windows = ["bevy/bevy_winit"]
[dependencies]
bevy = "0.12.1"
bevy_controls = { path = "./../../crate/bevy_controls" }
bevy_controls = { path = "./../../" }
strum = "0.25.0"
strum_macros = "0.25.3"