mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
653c10371e
Fixes #1844 Co-authored-by: Carter Anderson <mcanders1@gmail.com>
20 lines
387 B
TOML
20 lines
387 B
TOML
[package]
|
|
name = "bevy_ecs_macros"
|
|
version = "0.5.0"
|
|
description = "Bevy ECS Macros"
|
|
authors = [
|
|
"Bevy Contributors <bevyengine@gmail.com>",
|
|
"Carter Anderson <mcanders1@gmail.com>",
|
|
]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.5.0" }
|
|
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|