1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Revert "Revert "forward x11 and wayland features to glutin" (#5391)" (#5490)

* https://github.com/emilk/egui/pull/5391
* https://github.com/emilk/egui/pull/5488
* https://github.com/emilk/egui/pull/5490
This commit is contained in:
Emil Ernerfeldt
2024-12-17 09:36:03 +01:00
committed by GitHub
parent adfc0bebfc
commit cfc341fabd
4 changed files with 33 additions and 11 deletions

View File

@@ -8,6 +8,8 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
## 0.30.0 - 2024-12-16 - Android support
NOTE: you now need to enable the `wayland` or `x11` features to get Linux support, including getting it to work on most CI systems.
### ⭐ Added
* Support `ViewportCommand::Screenshot` on web [#5438](https://github.com/emilk/egui/pull/5438) by [@lucasmerlin](https://github.com/lucasmerlin)