bevy/crates/bevy_ecs/macros/Cargo.toml
Bevy Auto Releaser f5bbc0e769 chore: Release
2023-11-04 00:24:29 +00:00

17 lines
296 B
TOML

[package]
name = "bevy_ecs_macros"
version = "0.12.0"
description = "Bevy ECS Macros"
edition = "2021"
license = "MIT OR Apache-2.0"
[lib]
proc-macro = true
[dependencies]
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.12.0" }
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"