bevy_commandify 0.3.0

A macro for creating bevy commands
Documentation
[package]
name = "bevy_commandify"
description = "A macro for creating bevy commands"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/thebluefish/bevy_commandify"

[lib]
name = "bevy_commandify"
proc-macro = true

[features]
default = []

[dependencies]
syn = { version = "2.0", features = ["full", "parsing", "printing", "extra-traits"]}
quote = "1.0"
proc-macro2 = "1.0"
Inflector = "0.11"

[dev-dependencies]
trybuild = "1.0"
bevy = "0.13"
bevy_ecs = "0.13"