2023-02-16 17:09:44 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_utils_proc_macros"
|
2024-07-08 12:54:08 +00:00
|
|
|
version = "0.15.0-dev"
|
2023-02-16 17:09:44 +00:00
|
|
|
description = "Bevy Utils Proc Macros"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2024-03-31 09:58:16 +00:00
|
|
|
repository = "https://github.com/bevyengine/bevy"
|
2023-02-16 17:09:44 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2023-05-16 01:24:17 +00:00
|
|
|
syn = "2.0"
|
2023-02-16 17:09:44 +00:00
|
|
|
quote = "1.0"
|
|
|
|
proc-macro2 = "1.0"
|
2023-11-18 20:58:48 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
2024-03-23 02:22:52 +00:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
2024-07-29 23:10:16 +00:00
|
|
|
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
|
2024-03-23 02:22:52 +00:00
|
|
|
all-features = true
|