1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Fix egui_demo_app on Linux (#8100)

* Closes https://github.com/emilk/egui/issues/8098
This commit is contained in:
Emil Ernerfeldt
2026-04-14 10:52:28 +02:00
committed by GitHub
parent db87c712a1
commit 770090a6ff

View File

@@ -23,7 +23,7 @@ crate-type = ["cdylib", "rlib"]
[features]
default = ["wgpu", "persistence"]
default = ["wgpu", "persistence", "wayland", "x11"]
web_app = ["http", "persistence"]