[package] name = "zu-util" version = "0.3.5" authors = ["Xu Shaohua "] readme = "README.md" homepage = "https://github.com/RustVis/zu/crates/zu-util" repository = "https://github.com/RustVis/zu" documentation = "https://docs.rs/zu-util" description = "Utilities for zu component" keywords = ["yew", "web", "wasm", "material-design"] categories = ["gui", "wasm", "web-programming"] edition = "2021" license = "LGPL-3.0" publish = true rust-version = "1.82.0" [features] default = [] icon = ["roxmltree"] [dependencies] float-cmp = "0.10.0" futures = "0.3.31" roxmltree = { version = "0.20.0", optional = true } wasm-bindgen = "0.2.95" yew = "0.21.0" [dependencies.web-sys] version = "0.3.72" features = [ "HtmlImageElement", ]