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

Add example_web app

This commit is contained in:
Emil Ernerfeldt
2020-11-17 23:24:14 +01:00
parent 7e9b5de250
commit 0cb3bb791b
14 changed files with 272 additions and 64 deletions

View File

@@ -1,11 +1,12 @@
[workspace]
members = [
"demo_glium",
"demo_web",
"egui_glium",
"egui_web",
"egui",
"example_glium",
"demo_web",
"example_web",
]