mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 15:10:19 +00:00
19 lines
No EOL
463 B
TOML
19 lines
No EOL
463 B
TOML
[package]
|
|
name = "bevy_property_derive"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
|
|
description = "Derive implementations for bevy_property"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT"
|
|
keywords = ["bevy"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
proc-macro-crate = "0.1.4" |