egui/crates/egui
lucasmerlin 9ecc0b232c
Fix disabled widgets "eating" focus (#5370)
- fixes https://github.com/emilk/egui/issues/5359

For the test I added a `Harness::press_key` function. We should
eventually add these to kittest, probably via a trait one can implement
for the `Harness` but for now this should do.
2024-11-26 14:31:30 +01:00
..
assets Move all existing .png images to git LGS (#5320) 2024-10-29 10:04:07 +01:00
examples Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
src Fix disabled widgets "eating" focus (#5370) 2024-11-26 14:31:30 +01:00
tests Fix disabled widgets "eating" focus (#5370) 2024-11-26 14:31:30 +01:00
Cargo.toml Fix disabled widgets "eating" focus (#5370) 2024-11-26 14:31:30 +01: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.