1
0
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:
YgorSouza
2024-01-30 16:55:55 +01:00
committed by GitHub
parent ca513ce241
commit d72f92c41d
5 changed files with 41 additions and 6 deletions

View File

@@ -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 = [