Move X11 backend to winit-x11 (#4253)

This commit is contained in:
Mads Marquart 2025-05-25 17:24:00 +02:00 committed by GitHub
parent 1126e9ea2f
commit 256bbe949e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 232 additions and 227 deletions

3
.github/CODEOWNERS vendored
View file

@ -15,8 +15,7 @@
/winit-wayland @kchibisov
# X11
/src/platform/x11.rs @kchibisov @notgull
/src/platform_impl/linux/x11 @kchibisov @notgull
/winit-x11 @kchibisov @notgull
# Web
/src/platform/web.rs @daxpedda