![]() * add texture registering function * fmt * Revert "add texture registering function" This reverts commit f9b4db12 * make get_texture public to get render target owned by Painter . * revert egui_web painter.rs change |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
README.md |
egui_web
This crates allows you to compile GUI code written with egui to WASM to run on a web page.
Check out egui_template for an example of how to set it up.