druid-derive 0.5.1

derive impls for Druid, a Rust UI toolkit.
Documentation
[dependencies.proc-macro2]
version = "1.0.56"

[dependencies.quote]
version = "1.0.26"

[dependencies.syn]
features = ["extra-traits"]
version = "1.0.109"
[dev-dependencies.druid]
version = "0.8.3"

[dev-dependencies.float-cmp]
default-features = false
features = ["std"]
version = "0.9.0"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Druid authors"]
description = "derive impls for Druid, a Rust UI toolkit."
edition = "2018"
license = "Apache-2.0"
name = "druid-derive"
readme = "README.md"
repository = "https://github.com/linebender/druid"
version = "0.5.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
rustdoc-args = ["--cfg", "docsrs"]