Update link to example code

This commit is contained in:
Emil Ernerfeldt 2020-04-12 12:22:51 +02:00
parent d999962602
commit 7fc2500973

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. The same application code can thus be compiled to either into a native app or a web app.
## Demos ## Demos
[Emigui feature demo](https://emilk.github.io/emigui/index.html), source: https://github.com/emilk/emigui/blob/master/example_wasm/src/app.rs [Emigui feature demo](https://emilk.github.io/emigui/index.html), (partial) source: https://github.com/emilk/emigui/blob/master/emigui/src/example_app.rs
[Hobogo: A small game using Emigui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo [Hobogo: A small game using Emigui](https://emilk.github.io/hobogo/index.html), source: https://github.com/emilk/hobogo