mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 16:42:39 -06:00
Added compatibility list submodule
This was done over 2 commits because git becomes extremely confused when adding a new submodule in a directory with the same name as one which was just deleted
This commit is contained in:
parent
0f9e57745c
commit
f1e0b5df60
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -91,3 +91,6 @@
|
||||||
[submodule "oaknut"]
|
[submodule "oaknut"]
|
||||||
path = externals/oaknut
|
path = externals/oaknut
|
||||||
url = https://github.com/merryhime/oaknut.git
|
url = https://github.com/merryhime/oaknut.git
|
||||||
|
[submodule "lime3ds-compatibility-list"]
|
||||||
|
path = dist/compatibility_list
|
||||||
|
url = https://github.com/Lime3DS/compatibility-list
|
||||||
|
|
1
dist/compatibility_list
vendored
Submodule
1
dist/compatibility_list
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 29291d417596d5c384397c7b6e521406586be6d5
|
Loading…
Reference in a new issue