[0.27.0] - 18-Apr-2024
Added
- Fallible variants of primary window getters for
EguiContexts
.
Changed
- Update Egui to 0.27 (#271 by @jakobhellermann).
- Improve compilation errors when missing
web_sys_unstable_apis
(#270 by @Vrixyz).
Fixed
- Rework reading window ids for events (fixes edge-cases with ignoring events, #273).
Removed
- Unused
RenderGraphConfig
.