mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
653c10371e
Fixes #1844 Co-authored-by: Carter Anderson <mcanders1@gmail.com>
24 lines
579 B
TOML
24 lines
579 B
TOML
[package]
|
|
name = "bevy_derive"
|
|
version = "0.5.0"
|
|
edition = "2018"
|
|
authors = [
|
|
"Bevy Contributors <bevyengine@gmail.com>",
|
|
"Carter Anderson <mcanders1@gmail.com>",
|
|
]
|
|
description = "Provides derive implementations for Bevy Engine"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT"
|
|
keywords = ["bevy"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
bevy_macro_utils = { path = "../bevy_macro_utils", version = "0.5.0" }
|
|
|
|
Inflector = { version = "0.11.4", default-features = false }
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "1.0"
|