[package] name="uniui_gui" version="0.0.16" build = "build/script.rs" edition = "2018" license = "MIT OR Apache-2.0" description = "UiPageContext, DataProcessor and Widget for uniui_* crate family." authors = ["MaxV "] [dependencies] log = "0.4" url = "2" serde = { version = "1", features = ["derive"] } rand = { version = "0.7", features = ["wasm-bindgen"] } uniui_core = { version = "0.0.4", path = "../../uni/uniui_core" } uniui_gui_macro = { version = "0.0.15", path = "../../uni/uniui_gui_macro" } uni_components = { version = "0.0.9", path = "../../uni/uni_components" } uni_net = { version = "0.0.5", path = "../../uni/uni_net"} [features] default = [] desktop_qt = [] [target.'cfg(target_os = "android")'.dependencies] uni_tmp_jni = { version = "0.18.0", path = "../../tmp/jni-rs"} uni_jnihelpers = { version = "0.0.2", path = "../../uni/uni_jnihelpers" } android_logger = "0.9.0" lazy_static = "1" parking_lot = "0.11" thiserror = "1" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2" js-sys = "0.3" wasm-logger = "0.1" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = [ "HtmlAnchorElement", "Document", "DocumentFragment", "Node", "NodeList", "HtmlElement", "Element", "Event", "console", "Window", "Performance", "HtmlElement", "KeyboardEvent", "EventTarget", "CssStyleDeclaration", "Navigator", "Location", "History", "Blob", "Url", ] [build-dependencies] uniui_build = { version = "0.0.15", path = "../uniui_build" }