conrod_derive 0.75.0

A crate providing procedural macros for the conrod library
Documentation
[package]
name = "conrod_derive"
version = "0.75.0"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A crate providing procedural macros for the conrod library"
license = "MIT OR Apache-2.0"
keywords = ["conrod", "gui", "derive", "procedural", "macro"]
repository = "https://github.com/pistondevelopers/conrod.git"
homepage = "https://github.com/pistondevelopers/conrod"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["extra-traits", "full"] }