egui/crates/egui-winit
Emil Ernerfeldt 5cdbce04a8
Update to accesskit 0.10.1 (#2855)
* Update to accesskit 0.10.1

* Add helper script to run cargo deny
2023-03-30 10:23:54 +02:00
..
src egui-winit: fix unsafe API of Clipboard::new (#2765) 2023-03-30 10:21:07 +02:00
CHANGELOG.md egui-winit: fix unsafe API of Clipboard::new (#2765) 2023-03-30 10:21:07 +02:00
Cargo.toml Update to accesskit 0.10.1 (#2855) 2023-03-30 10:23:54 +02:00
README.md Remove misleading safety-badges 2023-02-28 22:35:08 +01:00

README.md

egui-winit

Latest version Documentation 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.