mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
[doc] improve docstrings in Egui
This commit is contained in:
5
egui_web/README.md
Normal file
5
egui_web/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# egui_web
|
||||
|
||||
This crates allows you to compile GUI code written with [Egui](crates.io/crates/egui) to [WASM](https://en.wikipedia.org/wiki/WebAssembly) to run on a web page.
|
||||
|
||||
Check out [docs/index.html](https://github.com/emilk/emigui/blob/master/docs/index.html), [demo_web](https://github.com/emilk/emigui/tree/master/demo_web) and [build_web.sh](https://github.com/emilk/emigui/blob/master/build_web.sh) for examples of how to set it up.
|
||||
Reference in New Issue
Block a user