[package] name = "zuicon-mdl2" version = "0.3.1" authors = ["Xu Shaohua "] homepage = "https://github.com/RustVis/zu" repository = "https://github.com/RustVis/zu" documentation = "https://docs.rs/zuicon-mdl2" description = "Wrapper of fluentui icons for yew framework" keywords = ["web", "webasm", "icons", "fluentui"] categories = ["gui", "wasm", "web-programming"] build = "build.rs" edition = "2021" license = "LGPL-3.0" publish = true [dependencies] yew = "0.21.0" [build-dependencies] inflections = "1.1.1" zu-util = { path="../zu-util", version="0.3.4", features=["icon"] }