egui/egui-winit
2022-08-14 16:23:46 +02:00
..
src Update to winit 0.27.2, glutin 0.29.0, glium 0.32 (#1914) 2022-08-14 16:23:46 +02:00
Cargo.toml Update to winit 0.27.2, glutin 0.29.0, glium 0.32 (#1914) 2022-08-14 16:23:46 +02:00
CHANGELOG.md Track the global focus state of the UI (#1859) 2022-07-29 13:15:26 +02:00
README.md Improve README.md files 2022-07-29 16:07:48 +02:00

egui-winit

Latest version Documentation unsafe forbidden MIT Apache

This crates provides bindings between egui and winit.

The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.