egui/epi
Joel Nises 72d0d71d66
made drag and drop support selectable on Windows for the eframe glium integration (#324)
* made drag and drop support selectable on windows

to avoid issues with crates that use multi-threaded COM apis

* fixed formatting and clippy issues
2021-04-19 22:49:28 +02:00
..
src made drag and drop support selectable on Windows for the eframe glium integration (#324) 2021-04-19 22:49:28 +02:00
Cargo.toml Try to allow turning off default_fonts for all libs (#266) 2021-04-07 20:14:44 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

egui app programming interface

Backend-agnostic interface for writing apps using egui (a platform agnostic GUI library).

This crate provides a common interface for programming an app using egui, which can then be easily plugged into egui_frame (which in a wrapper over egui_web or egui_glium).