2024-01-18 15:52:50 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_gizmos_macros"
|
2024-07-08 12:54:08 +00:00
|
|
|
version = "0.15.0-dev"
|
2024-01-18 15:52:50 +00:00
|
|
|
edition = "2021"
|
|
|
|
description = "Derive implementations for bevy_gizmos"
|
|
|
|
homepage = "https://bevyengine.org"
|
|
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
keywords = ["bevy"]
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
2024-02-19 17:09:47 +00:00
|
|
|
|
2024-01-18 15:52:50 +00:00
|
|
|
[dependencies]
|
2024-07-08 12:54:08 +00:00
|
|
|
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.15.0-dev" }
|
2024-01-18 15:52:50 +00:00
|
|
|
|
|
|
|
syn = "2.0"
|
|
|
|
proc-macro2 = "1.0"
|
|
|
|
quote = "1.0"
|
2024-03-23 02:22:52 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
2024-07-22 18:58:04 +00:00
|
|
|
rustdoc-args = ["-Zunstable-options"]
|
2024-03-23 02:22:52 +00:00
|
|
|
all-features = true
|