egui/egui-winit
Emil Ernerfeldt 65d16695ae
Replace copypasta with arboard (#1475)
* Replace copypasta with arboard

Closes https://github.com/emilk/egui/issues/1474

* Clean up deny.toml
2022-04-10 16:41:07 +02:00
..
src Replace copypasta with arboard (#1475) 2022-04-10 16:41:07 +02:00
Cargo.toml Replace copypasta with arboard (#1475) 2022-04-10 16:41:07 +02:00
CHANGELOG.md Rust 1.60.0 + refactor cargo features (#1467) 2022-04-09 13:54:47 +02:00
README.md Split out new crate egui-winit from egui_glium (#735) 2021-09-28 17:33:28 +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.