Mads Marquart
b23e38efcb
Add some missing Window getters
...
Implemented properly when it was easy for me, but a lot of places are
stubbed out for now.
2025-09-05 19:49:23 +02:00
DorotaC
08907148ec
winit-core/window: add Window::request_ime_update
...
Allow updating IME state atomically to make it easier for platforms
where it's atomic by its nature, like Wayland. The old API is marked
as deprecated and is routed to the new atomic API.
Co-authored-by: dcz <gilapfco.dcz@porcupinefactory.org >
2025-06-28 13:14:20 +09:00
Mads Marquart
e1bccb68d8
chore: use a shared version number for all winit-* crates
2025-06-08 09:22:58 +09:00
Mads Marquart
2900ecab93
winit-core/keyboard: use keyboard_types
...
Closes #2394 .
2025-06-07 16:47:47 +09:00
Kirill Chibisov
3a84da6951
Move winit itself to crate
...
That way we use top-level Cargo.toml only for the workspace management
purposes.
2025-06-07 13:07:12 +09:00
Mads Marquart
b0f26c79ff
Fix CI ( #4270 )
...
* Fix typos
* Remove OsError in winit-web
2025-06-05 13:10:30 +02:00
Mads Marquart
e542a78deb
Move Web backend to winit-web
2025-05-26 14:56:00 +09:00