egui/egui-winit
2021-11-03 22:57:13 +01:00
..
src Replace scroll_delta and zoom_delta in RawInput with events 2021-11-03 22:57:13 +01:00
Cargo.toml Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 2021-10-24 16:15:07 +02:00
CHANGELOG.md Refactor integrations (#871) 2021-11-03 13:45:51 +01: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.