feat(derive): implement derive(Action)

This commit is contained in:
nativerv
2024-02-16 04:02:55 +03:00
parent b88f37457b
commit 8d32bcd62c
2 changed files with 22 additions and 2 deletions
+2
View File
@@ -25,6 +25,8 @@ proc-macro = true
# strum = "0.25.0"
# strum_macros = "0.25.3"
bevy_controls = { path = "./../bevy_controls" }
syn = "1.0"
quote = "1.0"
[dev-dependencies]
env_logger = "0.10.1"