Move UIKit backend to winit-uikit

This commit is contained in:
Mads Marquart 2025-05-25 16:19:30 +02:00 committed by GitHub
parent 0adc0898f0
commit 927af44aa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 128 additions and 110 deletions

2
.github/CODEOWNERS vendored
View file

@ -2,7 +2,7 @@
/winit-android @MarijnS95
# Apple (AppKit + UIKit)
/src/platform/ios.rs @madsmtm
/winit-uikit @madsmtm
/src/platform/macos.rs @madsmtm
/src/platform_impl/apple @madsmtm
/winit-common/src/core_foundation @madsmtm