egui/epi
PauloMelo eedb63bb3b
Add support for a HTTP body for POST (#139)
Closes https://github.com/emilk/egui/issues/137

Co-authored-by: Emil Ernerfeldt <emilernerfeldt@gmail.com>
2021-01-26 21:32:16 +01:00
..
src Add support for a HTTP body for POST (#139) 2021-01-26 21:32:16 +01:00
Cargo.toml Release 0.8.0 - Grid layout & new visual style 2021-01-17 15:28:52 +01:00
CHANGELOG.md Release 0.8.0 - Grid layout & new visual style 2021-01-17 15:28:52 +01: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).