Skip to content

Commit e5d8bcf

Browse files
committed
Add CODEOWNERS file
1 parent dbd4e79 commit e5d8bcf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Apple platforms
2+
/src/cg.rs
3+
4+
# Redox
5+
/src/orbital.rs
6+
7+
# Wayland (no maintainer)
8+
/src/wayland
9+
10+
# Web (no maintainer)
11+
/src/web.rs
12+
13+
# Windows (no maintainer)
14+
/src/win32.rs
15+
16+
# X11 (no maintainer)
17+
/src/x11.rs

0 commit comments

Comments
 (0)