The line breaks are now replaced by spaces, matching the usual behavior of text fields in HTML. * Closes <https://github.com/emilk/egui/issues/7389> * [x] I have followed the instructions in the PR template Co-authored-by: Lucas Meurer <hi@lucasmerlin.me> |
||
|---|---|---|
| .. | ||
| assets | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
README.md
GUI implementation
This is the core library crate egui. It is fully platform independent without any backend. You give the egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.