No winit was used during creation of this thing.
This repository aims to not use cross-platform libraries for handling windows, instead it uses just wayland APIs via Smithay's libraries. If you target just Linux then adding cross-platform overhead is not necessary.
Currently uses only EGUI WGPU rendering.
I don't know will I ever get to ICED integration, but it is planned.
- 2026-07-03: EGUI WGPU defaults to transparent clear pass, EGUI then decides the background color.
- Remember to run
cargo upgradefor updating dependencies beforecargo publish.