mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Fix egui_demo_app on Linux (#8100)
* Closes https://github.com/emilk/egui/issues/8098
This commit is contained in:
@@ -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"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user