Commit 245c084726

Robin Voetter <robin@voetter.nl>
2023-10-09 19:45:22
add Snektron to CODEOWNERS for SPIR-V
1 parent f4064d9
Changed files (1)
.github
.github/CODEOWNERS
@@ -1,4 +1,4 @@
-# Autodoc 
+# Autodoc
 /src/Autodoc.zig  @kristoff-it
 /src/autodoc/*    @kristoff-it
 /lib/docs/*       @kristoff-it
@@ -11,3 +11,6 @@
 
 # resinator
 /src/resinator/* @squeek502
+
+# SPIR-V selfhosted backend
+/src/codegen/spirv* @Snektron