mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
20 lines
521 B
TOML
20 lines
521 B
TOML
[package]
|
|
name = "bevy_derive"
|
|
version = "0.1.3"
|
|
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]
|
|
Inflector = {version = "0.11.4", default-features = false}
|
|
proc-macro-crate = "0.1.4"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "1.0"
|