Merge pull request #47 from rust-windowing/clarify-maintainership
Clarify maintainership
This commit is contained in:
commit
f754bdaf37
1 changed files with 20 additions and 0 deletions
20
.github/CODEOWNERS
vendored
Normal file
20
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Core maintainers
|
||||||
|
* @john01dav
|
||||||
|
|
||||||
|
# Apple platforms
|
||||||
|
/src/cg.rs @madsmtm
|
||||||
|
|
||||||
|
# Redox
|
||||||
|
/src/orbital.rs @jackpot51
|
||||||
|
|
||||||
|
# Wayland
|
||||||
|
/src/wayland @ids1024
|
||||||
|
|
||||||
|
# Web (no maintainer)
|
||||||
|
/src/web.rs
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
/src/win32.rs @notgull
|
||||||
|
|
||||||
|
# X11
|
||||||
|
/src/x11.rs @notgull
|
||||||
Loading…
Add table
Add a link
Reference in a new issue