mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Add x11 and wayland features to egui-wgpu and egui_glow (#3909)
This allows them to build correctly on Linux by passing one or both of the features alongside `winit`. Closes #3492 Closes #2286
This commit is contained in:
@@ -30,6 +30,8 @@ syntect = ["egui_demo_lib/syntect"]
|
||||
|
||||
glow = ["eframe/glow"]
|
||||
wgpu = ["eframe/wgpu", "bytemuck", "dep:wgpu"]
|
||||
wayland = ["eframe/wayland"]
|
||||
x11 = ["eframe/x11"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user