From 86252afb688e47698d28bf5b6cda1639224186c6 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Wed, 5 Apr 2023 03:36:52 -0700 Subject: [PATCH] dev: publish all libs/ as standalone repos Helps hexops/mach#719 Signed-off-by: Stephen Gutekanst --- dev/push-subrepos.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/dev/push-subrepos.sh b/dev/push-subrepos.sh index 891be9f2..d7a997bd 100755 --- a/dev/push-subrepos.sh +++ b/dev/push-subrepos.sh @@ -52,9 +52,18 @@ push_subrepo() { rm -rf staging-clean/ staging/ git clone https://github.com/hexops/mach staging-clean -push_subrepo 'glfw' -push_subrepo 'gpu-dawn' +push_subrepo 'basisu' +push_subrepo 'core' +push_subrepo 'dusk' +push_subrepo 'earcut' +push_subrepo 'ecs' push_subrepo 'freetype' +push_subrepo 'gamemode' +push_subrepo 'glfw' push_subrepo 'gpu' +push_subrepo 'gpu-dawn' +push_subrepo 'model3d' +push_subrepo 'sysaudio' +push_subrepo 'sysjs' rm -rf staging-clean