mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
23 lines
520 B
TOML
23 lines
520 B
TOML
[package]
|
|
name = "bevy_reflect_derive"
|
|
version = "0.4.0"
|
|
edition = "2018"
|
|
authors = [
|
|
"Bevy Contributors <bevyengine@gmail.com>",
|
|
"Carter Anderson <mcanders1@gmail.com>",
|
|
]
|
|
description = "Derive implementations for bevy_reflect"
|
|
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"
|
|
find-crate = "0.6"
|
|
uuid = { version = "0.8", features = ["v4", "serde"] }
|