Skip to content

Commit

Permalink
update repo awareness
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Mar 8, 2024
1 parent e1f9223 commit b0c39ab
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions internal/wrench/scripts/all_repos.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ 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},
}},
{Name: "Standalone packages", Repos: []Repo{
{Name: "hexops/mach-gpu", CI: Zig},
Expand All @@ -76,12 +74,8 @@ var AllReposByCategory = []RepoCategory{
{Name: "hexops/mach-basisu", CI: Zig},
{Name: "hexops/mach-freetype", CI: Zig},
{Name: "hexops/mach-glfw", CI: Zig},
{Name: "hexops/mach-ecs", CI: Zig},
{Name: "hexops/mach-sysgpu", CI: Zig},
{Name: "hexops/mach-gamemode", CI: Zig},
{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},
Expand Down Expand Up @@ -131,7 +125,7 @@ var AllReposByCategory = []RepoCategory{
{Name: "hexops/zigmonthly.org", CI: Hugo},
}},
{Name: "Misc", Repos: []Repo{
{Name: "hexops/mach-core-example-assets", CI: Zig},
{Name: "hexops/mach-example-assets", CI: Zig},
{Name: "hexops/font-assets", CI: Zig},
{Name: "hexops/media", CI: None},
}},
Expand Down

0 comments on commit b0c39ab

Please sign in to comment.