mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 20:35:45 +01:00
add dependencies as submodules
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# unhide dotfiles we want to keep
|
# unhide dotfiles we want to keep
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.gitmodules
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
!.clang-format
|
!.clang-format
|
||||||
!/.github/
|
!/.github/
|
||||||
|
|||||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
1
lib/glfw
Submodule
Submodule lib/glfw added at 7b6aead9fb
1
lib/libarchive
Submodule
1
lib/libarchive
Submodule
Submodule lib/libarchive added at 9525f90ca4
Reference in New Issue
Block a user