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

emilk.github.io -> www.egui.rs

This commit is contained in:
Emil Ernerfeldt
2022-01-30 22:01:33 +01:00
parent b4be94df35
commit 532990d3dd
7 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
This crates allows you to compile GUI code written with [egui](https://crates.io/crates/egui) to [WASM](https://en.wikipedia.org/wiki/WebAssembly) to run on a web page.
[Run the web demo](https://emilk.github.io/egui/index.html) to try it now.
[Run the web demo](https://www.egui.rs/#demo) to try it now.
Check out [eframe_template](https://github.com/emilk/eframe_template) for an example of how to set it up.