uni-app 0.1.1

native/wasm compatibility layer for window creation, input and filesystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[package]
authors = ["Edwin Cheng <edwin0cheng@gmail.com>", "jice <jice.nospam@gmail.com>"]
description = "native/wasm compatibility layer for window creation, input and filesystem"
documentation = "https://docs.rs/uni-app"
keywords = ["windowing", "input", "filesystem", "wasm"]
license = "MIT"
name = "uni-app"
repository = "https://github.com/unrust/uni-app"
version = "0.1.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin]
version = "0.17.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.time]
version = "0.1.39"
[target.wasm32-unknown-unknown.dependencies.stdweb]
version = "0.4.14"