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