[package] name = "bevy_animations_macros" version = "0.4.0" edition = "2021" authors = ["aarongraybill3@gmail.com"] description = "basic macros for the bevy_animations crate" license = "MIT OR Apache-2.0" keywords = ["gamedev", "graphics", "bevy"] homepage = "https://github.com/y0Phoenix/bevy_animations_macros" repository = "https://github.com/y0Phoenix/bevy_animations_macros.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.23" syn = "1.0.109" [lib] proc-macro = true