uniui_wrapper_minimalsize 0.0.1

[UniUi] Wrapper to force widget to have minimal size
Documentation
[package]
name = "uniui_wrapper_minimalsize"
version = "0.0.1"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "[UniUi] Wrapper to force widget to have minimal size"
authors = ["MaxV <maxv.rust@pm.me>"]

build = "build/script.rs"

[dependencies]
uniui_core = { version = "0.0.4", path = "../uniui_core" }
uniui_gui = { version = "0.0.15", 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"
]