1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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

View File

@@ -2,7 +2,7 @@
members = [
"egui",
"egui_glium",
"egui_wasm",
"egui_web",
"example_glium",
"example_wasm",
]