diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-03-29 09:28:50 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-03-29 09:28:50 -0700 |
| commit | 16d5162be0899a28e4be78fb121739ab89ec4993 (patch) | |
| tree | 65fc5f5992641bd361e4128117a617459a8c88c1 /.gitmodules | |
| parent | d3f69730ffcd5c058efc9751db3e412e1ad5fc4e (diff) | |
add glfw vendor
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..e1235e997 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/glfw"] + path = vendor/glfw + url = https://github.com/glfw/glfw.git |
