egui/crates/egui-winit
Gabriel Féron 24eccca8e6
Only enable instant/wasm-bindgen when building for wasm32 architecture (#2808)
2023-03-29 14:59:45 +02:00
..
src Fix window position assertion caused by negative window size (#2722) 2023-02-12 15:14:38 +01:00
CHANGELOG.md Release egui-winit, eframe 0.21.1 - fix crash on monitor size/dpi change 2023-02-12 15:29:47 +01:00
Cargo.toml Only enable instant/wasm-bindgen when building for wasm32 architecture (#2808) 2023-03-29 14:59:45 +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.