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

Revert "forward x11 and wayland features to glutin" (#5391) (#5488)

* Reverts https://github.com/emilk/egui/pull/5391

Because it causes head-ache:
https://github.com/emilk/eframe_template/actions/runs/12357896151/job/34487194281
This commit is contained in:
Emil Ernerfeldt
2024-12-16 19:25:21 +01:00
committed by GitHub
parent d864655018
commit adfc0bebfc
3 changed files with 10 additions and 8 deletions

View File

@@ -74,8 +74,8 @@ wasm-bindgen.workspace = true
[dev-dependencies]
glutin = { workspace = true, default-features = true } # examples/pure_glow
glutin-winit = { workspace = true, default-features = true }
glutin.workspace = true # examples/pure_glow
glutin-winit.workspace = true
[[example]]
name = "pure_glow"