From ff2551f9d428d721c021985d6f9e2e6b89ab21e3 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Thu, 21 Sep 2023 10:15:13 -0700 Subject: [PATCH] improve knowledge of repositories Signed-off-by: Stephen Gutekanst --- internal/wrench/scripts/all_repos.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/wrench/scripts/all_repos.go b/internal/wrench/scripts/all_repos.go index abae47d..adaf8eb 100644 --- a/internal/wrench/scripts/all_repos.go +++ b/internal/wrench/scripts/all_repos.go @@ -64,6 +64,7 @@ type RepoCategory struct { var AllReposByCategory = []RepoCategory{ {Name: "Primary repositories", Repos: []Repo{ {Name: "hexops/mach", CI: Zig}, + {Name: "hexops/mach-editor", CI: Zig}, {Name: "hexops/mach-core", CI: Zig}, {Name: "hexops/mach-core-starter-project", CI: Zig}, {Name: "hexops/mach-examples", CI: Zig}, @@ -81,6 +82,8 @@ var AllReposByCategory = []RepoCategory{ {Name: "hexops/mach-model3d", CI: Zig}, {Name: "hexops/mach-sysjs", CI: Todo}, {Name: "hexops/mach-sysaudio", CI: Zig}, + {Name: "hexops/mach-objc", CI: Zig}, + {Name: "hexops/mach-objc-generator", CI: Zig}, {Name: "hexops/mach-opus", CI: Zig}, {Name: "hexops/mach-flac", CI: Zig}, {Name: "hexops/fastfilter", CI: Zig},