amethyst_derive 0.6.1

Amethyst derive
Documentation
[package]

name = "amethyst_derive"

version = "0.6.1"

authors = ["Simon Rönnberg <seamonr@gmail.com>"]

edition = "2018"

description = "Amethyst derive"



documentation = "https://docs-src.amethyst.rs/stable/amethyst_derive/"

homepage = "https://amethyst.rs/"

repository = "https://github.com/amethyst/amethyst"



license = "MIT/Apache-2.0"



[badges]

travis-ci = { repository = "amethyst/amethyst" }



[dependencies]

heck = "0.3.1"

syn = { version = "1.0", features = ["full", "visit"] }

quote = "1.0"

proc-macro2 = "1.0"

proc_macro_roids = "0.6"



[dev-dependencies]

# amethyst_core = { path = "../amethyst_core", version = "0.8.1" }

# amethyst_assets = { path = "../amethyst_assets", version = "0.9.1" }

# amethyst_error = { path = "../amethyst_error", version = "0.3.0" }

# amethyst_test = { path = "../amethyst_test", version = "0.4.0" }



[lib]

name = "amethyst_derive"

proc-macro = true