egui/egui-winit
Emil Ernerfeldt bb421c7e8a
Remove egui_web and epi (#1545)
* Remove integration name (it is always eframe)

* Remove egui_web crate

* Move egui_web/CHANGELOG.md into eframe/CHANGELOG.md

* Remove all mentions of egui_web

* Remove epi crate and absorb into eframe

* egui_glow: only use puffin on native

* Remove WASM doc from CI (we don't generate it anyways!)

* Remove eframe::epi and improve eframe docs
2022-04-30 10:44:35 +02:00
..
src Remove egui_web and epi (#1545) 2022-04-30 10:44:35 +02:00
Cargo.toml Refactor: move things into eframe (#1542) 2022-04-29 08:17:49 +02:00
CHANGELOG.md Refactor: move things into eframe (#1542) 2022-04-29 08:17:49 +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.