mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Add egui_glow as an opt-in backend to eframe (#817)
* Make egui_glow and opt-in backend for eframe * Add egui_glow to Cargo.toml and to CI * Reference egui_glow where egui_glium is mentioned * Remove path-patches from root Cargo.toml * Add instructions on how to enable the glow backend of eframe
This commit is contained in:
@@ -4,6 +4,7 @@ members = [
|
||||
"egui_demo_app",
|
||||
"egui_demo_lib",
|
||||
"egui_glium",
|
||||
"egui_glow",
|
||||
"egui_web",
|
||||
"egui-winit",
|
||||
"egui",
|
||||
@@ -12,11 +13,6 @@ members = [
|
||||
"epi",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
egui = { path = 'egui' }
|
||||
egui_glium = { path = 'egui_glium' }
|
||||
egui_web = { path = 'egui_web' }
|
||||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked" # faster debug builds on mac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user