![]() * egui_web: enable IME support on web. * Move candidate window following text cursor. * Preclude too frequent agent movement. * IME candidate window move on native app. |
||
---|---|---|
.. | ||
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.