[package]
name = "bevy_ecs_macro_logic"
version = "0.19.0-dev"
description = "Shared Bevy ECS Macro internals"
edition = "2024"
license = "MIT OR Apache-2.0"
[dependencies]
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.19.0-dev" }
syn = { version = "2.0.108", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
[lints]
workspace = true
[package.metadata.docs.rs]
rustdoc-args = [
"-Zunstable-options",
"--generate-link-to-definition",
"--generate-macro-expansion",
]
all-features = true