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

Rename example app to example_wasm

This commit is contained in:
Emil Ernerfeldt
2019-03-16 12:55:42 +01:00
parent 01862d07ae
commit e1652bef77
11 changed files with 117 additions and 102 deletions

View File

@@ -25,7 +25,7 @@ Currently two backends have been tested:
The same application code can thus be compiled to either into a native app or a web app.
## Demos
[Emigui feature demo](https://emilk.github.io/emigui/index.html), source: https://github.com/emilk/emigui/blob/master/example/src/app.rs
[Emigui feature demo](https://emilk.github.io/emigui/index.html), source: https://github.com/emilk/emigui/blob/master/example_wasm/src/app.rs
[Hobogo: A small game using Emigui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo