1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00
This commit is contained in:
Emil Ernerfeldt
2021-11-03 19:35:20 +01:00
parent 804722a1ba
commit c71090473b
6 changed files with 15 additions and 7 deletions

3
Cargo.lock generated
View File

@@ -936,6 +936,8 @@ dependencies = [
"glutin",
"image",
"memoffset",
"wasm-bindgen",
"web-sys",
]
[[package]]
@@ -943,6 +945,7 @@ name = "egui_web"
version = "0.15.0"
dependencies = [
"egui",
"egui_glow",
"epi",
"js-sys",
"ron",