[package] name="uniui_widget_textedit" version="0.0.11" edition = "2018" license = "MIT OR Apache-2.0" description = "TextEdit widget for uniui_* crate family." 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" } 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 = ["HtmlInputElement"] } [build-dependencies] uniui_build = { version = "0.0.15", path = "../uniui_build" } [package.metadata.uni_android] export_func_file = "android/export_func.json" java_files = [ "android/UniuiWidgetTextEdit.kt" ]