uniui_build 0.0.15

Builds uniui applicatins for different targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "uni_android"
version = "0.0.1"
authors = ["user"]
edition = "2018"

[lib]
name = "uni_android"
crate_type = ["staticlib", "cdylib"]

[workspace]

[dependencies]
$DEPENDENCIES$