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

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

* https://github.com/emilk/egui/pull/5391
* https://github.com/emilk/egui/pull/5488
* https://github.com/emilk/egui/pull/5490
This commit is contained in:
Emil Ernerfeldt
2024-12-17 09:36:03 +01:00
committed by GitHub
parent adfc0bebfc
commit cfc341fabd
4 changed files with 33 additions and 11 deletions

View File

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