[package] name = "uniui_wrapper_minimalsize" version = "0.0.2" edition = "2018" license = "MIT OR Apache-2.0" description = "[UniUi] Wrapper to force widget to have minimal size" authors = ["MaxV "] build = "build/script.rs" [dependencies] uniui_core = { version = "0.0.4", path = "../uniui_core" } uniui_gui = { version = "0.0.16", path = "../uniui_gui" } [target.'cfg(target_os = "android")'.dependencies] uni_tmp_jni = { version = "0.18.0", path = "../../tmp/jni-rs"} [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2" rand = { version = "0.7.0", features = ["wasm-bindgen"] } web-sys = { version = "0.3", features = ["HtmlButtonElement"] } [build-dependencies] uniui_build = { version = "0.0.15", path = "../uniui_build" } [package.metadata.uni_android] java_files = [ "android/UniuiWrapperMinimalSize.java" ]