1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Remove egui_glium as a backend for eframe (#1357)

eframe will now always use egui_glow as a native backend.

Part of https://github.com/emilk/egui/issues/1198
This commit is contained in:
Emil Ernerfeldt
2022-03-11 19:14:27 +01:00
committed by GitHub
parent 510cef02ca
commit 52b4ab4e18
8 changed files with 12 additions and 63 deletions

1
Cargo.lock generated
View File

@@ -987,7 +987,6 @@ dependencies = [
"egui",
"egui-winit",
"egui_extras",
"egui_glium",
"egui_glow",
"egui_web",
"ehttp",