1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Split example app from emigui_wasm

This commit is contained in:
Emil Ernerfeldt
2019-02-09 23:00:07 +01:00
parent 7dcda029ec
commit 1beed16053
11 changed files with 223 additions and 124 deletions

13
Cargo.lock generated
View File

@@ -107,6 +107,19 @@ dependencies = [
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "example"
version = "0.1.0"
dependencies = [
"emigui 0.1.0",
"emigui_wasm 0.1.0",
"js-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "failure"
version = "0.1.5"