dev: publish all libs/ as standalone repos
Helps hexops/mach#719 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8d7388e723
commit
86252afb68
1 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue