add dependencies as submodules

This commit is contained in:
2025-08-11 09:59:17 +02:00
parent 7ef32c06ea
commit 25cd3a29b6
4 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
# unhide dotfiles we want to keep
!.gitignore
!.gitmodules
!.editorconfig
!.clang-format
!/.github/

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw.git
[submodule "lib/libarchive"]
path = lib/libarchive
url = https://github.com/libarchive/libarchive.git

1
lib/glfw Submodule

Submodule lib/glfw added at 7b6aead9fb

1
lib/libarchive Submodule

Submodule lib/libarchive added at 9525f90ca4