Files
winit/winit-core
John Nunley a232f7bc77 feat: Move WindowId to winit-core
This commit moves WindowId to winit-core and replaces its inner type
with a platform-agnostic `u64`. This required some changes to many of
the backend in order to accommodate this new system.

Signed-off-by: John Nunley <dev@notgull.net>
2024-02-06 19:01:46 -08:00
..
2024-02-06 19:01:46 -08:00
2024-02-06 18:59:05 -08:00

winit-core - Base types for a windowing system

TODO