Files
winit/winit/examples
Olivier Goffart 37d8a503e4 Mark extensible enums in winit-core as #[non_exhaustive]
Event, input source, error, data transfer, native key, IME request,
scroll delta and fullscreen enums can now gain variants without a
breaking change. Backends and examples get wildcard arms where they
matched exhaustively; unknown IME requests are reported as
ImeRequestError::NotSupported and unknown fullscreen modes behave
like Fullscreen::Borderless(None).
2026-07-29 12:23:49 +02:00
..
2026-06-15 03:36:22 +09:00
2026-07-16 14:48:12 +02:00
2026-06-15 03:36:22 +09:00
2026-06-15 03:36:22 +09:00