[package] name="uniui_gui_macro" version="0.0.15" edition = "2018" license = "MIT OR Apache-2.0" description = "Macroses for uniui_gui crate. Please refer to [uniui_gui crate](https://crates.io/crates/uniui_gui) for full documentation" authors = ["MaxV "] [lib] proc-macro = true [dependencies] syn = { version="1", features=["full"]} quote = "1" proc-macro2 = "1" uniui_build = { version = "0.0.15", path = "../uniui_build" }