mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
2e99d84cdc
Now that we have main features, lets use them!
20 lines
547 B
TOML
20 lines
547 B
TOML
[package]
|
|
name = "crevice-derive"
|
|
description = "Derive crate for the 'crevice' crate"
|
|
version = "0.6.0"
|
|
edition = "2018"
|
|
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
|
documentation = "https://docs.rs/crevice-derive"
|
|
homepage = "https://github.com/LPGhatguy/crevice"
|
|
repository = "https://github.com/LPGhatguy/crevice"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
syn = "1.0.40"
|
|
quote = "1.0.7"
|
|
proc-macro2 = "1.0.21"
|