uniui_layout_linear_layout 0.0.9

Label widget for uniui_* crate family.
Documentation
[package]
name = "uniui_layout_linear_layout"
version = "0.0.9"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Label widget for uniui_* crate family."
authors = ["MaxV <maxv.rust@pm.me>"]

build = "build/script.rs"

[package.metadata.uni_android]
java_files = [
	"android/UniuiLinearLayout.java"
]


[dependencies]
uniui_core = { version = "0.0.4", path = "../uniui_core" }
uniui_gui = { version = "0.0.15", path = "../uniui_gui" }
log = "0.4"

[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 = ["HtmlDivElement"] }

[build-dependencies]
uniui_build = { version = "0.0.15", path = "../uniui_build" }