dev: publish all libs/ as standalone repos

Helps hexops/mach#719

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-04-05 03:36:52 -07:00
parent 8d7388e723
commit 86252afb68

View file

@ -52,9 +52,18 @@ push_subrepo() {
rm -rf staging-clean/ staging/ rm -rf staging-clean/ staging/
git clone https://github.com/hexops/mach staging-clean git clone https://github.com/hexops/mach staging-clean
push_subrepo 'glfw' push_subrepo 'basisu'
push_subrepo 'gpu-dawn' push_subrepo 'core'
push_subrepo 'dusk'
push_subrepo 'earcut'
push_subrepo 'ecs'
push_subrepo 'freetype' push_subrepo 'freetype'
push_subrepo 'gamemode'
push_subrepo 'glfw'
push_subrepo 'gpu' push_subrepo 'gpu'
push_subrepo 'gpu-dawn'
push_subrepo 'model3d'
push_subrepo 'sysaudio'
push_subrepo 'sysjs'
rm -rf staging-clean rm -rf staging-clean