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

rename egui_wasm to egui_web

This commit is contained in:
Emil Ernerfeldt
2020-07-17 11:05:57 +02:00
parent 520e42c11c
commit 8dced5896c
9 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@@ -386,7 +386,7 @@ dependencies = [
]
[[package]]
name = "egui_wasm"
name = "egui_web"
version = "0.1.0"
dependencies = [
"egui 0.1.2",
@@ -418,7 +418,7 @@ name = "example_wasm"
version = "0.1.0"
dependencies = [
"egui 0.1.2",
"egui_wasm 0.1.0",
"egui_web 0.1.0",
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",