1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Add some helpful wrapper around web_sys

This commit is contained in:
Emil Ernerfeldt
2019-02-11 20:27:32 +01:00
parent eb589757a8
commit 68db833a3a
5 changed files with 40 additions and 30 deletions

2
Cargo.lock generated
View File

@@ -113,11 +113,9 @@ 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]]