egui/egui
Emil Ernerfeldt ad5418777d
Fix dead-lock in TextEdit on touch-screens (#1118)
Introduced in https://github.com/emilk/egui/pull/1035

Fixes https://github.com/emilk/egui/issues/1116
2022-01-15 22:40:53 +01:00
..
examples Add inter-linking between different forms of documentations and examples 2021-12-29 21:44:48 +01:00
src Fix dead-lock in TextEdit on touch-screens (#1118) 2022-01-15 22:40:53 +01:00
Cargo.toml 0.16.1 patch release: Add back CtxRef::begin_frame/end_frame (#1019) 2021-12-31 11:45:57 +01:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01: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.