egui/crates/egui
YgorSouza 669cdc1fff
Remove line breaks when pasting into single line TextEdit (#7441)
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>
2025-09-04 13:53:02 +02:00
..
assets Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
examples Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
src Remove line breaks when pasting into single line TextEdit (#7441) 2025-09-04 13:53:02 +02:00
Cargo.toml Remove the `deadlock_detection` feature (#7497) 2025-09-04 12:57:09 +02:00
README.md Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00

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.