egui/egui-winit
Zoxc 48e7f219a3
Add CI for android (#1900)
* Add CI for android

* Don't use arboard on Android

* Fix Android support for eframe
2022-08-15 10:19:59 +02:00
..
src Add CI for android (#1900) 2022-08-15 10:19:59 +02:00
Cargo.toml Add CI for android (#1900) 2022-08-15 10:19:59 +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.