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:
@@ -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]
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user