Skip to content

Commit

Permalink
improve knowledge of repositories
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Sep 21, 2023
1 parent 4f9ded4 commit ff2551f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/wrench/scripts/all_repos.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -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},
Expand Down

0 comments on commit ff2551f

Please sign in to comment.