winit/src
Kirill Chibisov 07c25b9703 icon: refactor Icon to be dyn
Same as for `CustomCursor`. However, the API uses `dyn` stuff only
because of `Windows` backend at the time of writing, generally, platforms
should just have a separate method that deals with all of that, and e.g.
top-level winit only guarantees `Rgba`.
2025-04-20 10:48:22 +09:00
..
changelog icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
platform icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
platform_impl icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
application.rs Drop application handler on run loop exit (#4149) 2025-03-17 10:56:00 +01:00
cursor.rs cursor: refactor CustomCursor to be dyn 2025-03-13 17:18:37 +03:00
error.rs api: unify error handling 2024-09-06 17:20:11 +03:00
event.rs Align NamedKey and KeyCode more closely with the W3C specs (#4018) 2025-03-23 12:56:01 +01:00
event_loop.rs Drop application handler on run loop exit (#4149) 2025-03-17 10:56:00 +01:00
icon.rs icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
keyboard.rs Align NamedKey and KeyCode more closely with the W3C specs (#4018) 2025-03-23 12:56:01 +01:00
lib.rs icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00
monitor.rs utils: add cast_* methods to allow more type-safe casting 2025-03-11 16:35:25 +03:00
utils.rs utils: add cast_* methods to allow more type-safe casting 2025-03-11 16:35:25 +03:00
window.rs icon: refactor Icon to be dyn 2025-04-20 10:48:22 +09:00