1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Add new crate eframe which wraps egui, epi, egui_web and egui_glium

This commit is contained in:
Emil Ernerfeldt
2020-12-29 15:57:13 +01:00
parent d7459bc13d
commit 84414e62a3
14 changed files with 118 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emilk/egui"
categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"]
keywords = ["egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]
[lib]

View File

@@ -50,6 +50,8 @@
unused_doc_comments,
)]
pub use egui; // Re-export for user convenience
// ----------------------------------------------------------------------------
/// Implement this trait to write apps that can be compiled both natively using the [`egui_glium`](https://crates.io/crates/egui_glium) crate,