Skip to content

Commit

Permalink
Reorder egui-winit feature deps in eframe
Browse files Browse the repository at this point in the history
  • Loading branch information
xangelix committed Dec 15, 2024
1 parent bbf18af commit 526b3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/eframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ puffin = [
## Enables wayland support and fixes clipboard issue.
wayland = [
"egui-winit/wayland",
"egui-winit/clipboard-wayland",
"egui-wgpu?/wayland",
"egui_glow?/wayland",
"glutin?/wayland",
"glutin-winit?/wayland",
"egui-winit/clipboard-wayland",
]

## Enable screen reader support (requires `ctx.options_mut(|o| o.screen_reader = true);`) on web.
Expand Down Expand Up @@ -120,13 +120,13 @@ wgpu = ["dep:wgpu", "dep:egui-wgpu", "dep:pollster"]
## Enables compiling for x11.
x11 = [
"egui-winit/x11",
"egui-winit/clipboard-nonwayland",
"egui-wgpu?/x11",
"egui_glow?/x11",
"glutin?/x11",
"glutin?/glx",
"glutin-winit?/x11",
"glutin-winit?/glx",
"egui-winit/clipboard-nonwayland",
]

## If set, eframe will look for the env-var `EFRAME_SCREENSHOT_TO` and write a screenshot to that location, and then quit.
Expand Down

0 comments on commit 526b3f5

Please sign in to comment.