Newer
Older
authors = ["Louis Capitanchik <contact@louiscap.co>"]
description = "Utility macros to make it easier to build complex systems with Bevy"
[lib]
name = "micro_games_macros"
path = "src/lib.rs"
proc-macro = true
[features]
default = ["kayak"]
kayak = []
test-case = "3.3.1"
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
anyhow = "1.0"