1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Combine demo_glium and demo_web into one egui_demo crate

This commit is contained in:
Emil Ernerfeldt
2020-12-19 21:30:51 +01:00
parent fb941cf618
commit d0f6954900
19 changed files with 93 additions and 111 deletions

3
example_web/README.md Normal file
View File

@@ -0,0 +1,3 @@
# egui_web fetch example
This is an example of how to write a web-app which use the fetch API.