mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
* Deny doc errors * Add intentional bad intradoc link to test CI * Add cargo doc to CI * Fix carg doc web (add wasm32 target) * Fix intentionally broken doc-link
egui app programming interface
Backend-agnostic interface for writing apps using egui (a platform agnostic GUI library).
This crate provides a common interface for programming an app using egui, which can then be easily plugged into egui_frame (which in a wrapper over egui_web or egui_glium).