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:
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user