mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -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]
|
||||
default = ["wgpu", "persistence"]
|
||||
default = ["wgpu", "persistence", "wayland", "x11"]
|
||||
|
||||
web_app = ["http", "persistence"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user