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>
18 lines
427 B
TOML
18 lines
427 B
TOML
[package]
|
|
name = "bevy_macro_utils"
|
|
version = "0.5.0"
|
|
edition = "2018"
|
|
authors = [
|
|
"Bevy Contributors <bevyengine@gmail.com>",
|
|
"Carter Anderson <mcanders1@gmail.com>",
|
|
]
|
|
description = "A collection of utils for Bevy Engine"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT"
|
|
keywords = ["bevy"]
|
|
|
|
[dependencies]
|
|
cargo-manifest = "0.2.3"
|
|
proc-macro2 = "1.0"
|
|
syn = "1.0"
|