Files
bevy_controls/crate/bevy_controls_derive/Cargo.toml
T

16 lines
248 B
TOML

[package]
name = "bevy_controls_derive"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
bevy_controls = { path = "./../bevy_controls" }
syn = "1.0"
quote = "1.0"
[dev-dependencies]
env_logger = "0.10.1"