1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -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] [features]
default = ["wgpu", "persistence"] default = ["wgpu", "persistence", "wayland", "x11"]
web_app = ["http", "persistence"] web_app = ["http", "persistence"]