Move Web backend to winit-web

This commit is contained in:
Mads Marquart 2025-05-16 01:23:35 +02:00 committed by Kirill Chibisov
parent 2d4b9938f0
commit e542a78deb
50 changed files with 259 additions and 273 deletions

3
.github/CODEOWNERS vendored
View file

@ -17,8 +17,7 @@
/winit-x11 @kchibisov @notgull
# Web
/src/platform/web.rs @daxpedda
/src/platform_impl/web @daxpedda
/winit-web @daxpedda
# Windows (Win32)
/winit-win32 @notgull