move GLFW into sub-repository, use git subtree to sync (#42)

* README: move GLFW into sub-repository, describe git subtree usage

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>

* dev: add subrepo sync scripts

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-24 07:19:38 -07:00 committed by GitHub
parent 1a3f391891
commit 02654a51c7
Failed to generate hash of commit
4 changed files with 43 additions and 0 deletions

6
dev/push-subrepos.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -exuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"/..
./dev/update-subrepos.sh
git subtree push --prefix glfw mach-glfw main