mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
update submodule to latest libtesla
This commit is contained in:
parent
74576bbe9b
commit
a892cf8326
3 changed files with 14 additions and 3 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -2,3 +2,13 @@
|
|||
**/*.py
|
||||
**/*.pyc
|
||||
Cargo.lock
|
||||
|
||||
TrainingModpackOverlay/build/
|
||||
|
||||
*.ovl
|
||||
|
||||
*.elf
|
||||
|
||||
*.nacp
|
||||
|
||||
*.nro
|
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
|||
[submodule "TrainingModpack/libs/libtesla"]
|
||||
path = TrainingModpack/libs/libtesla
|
||||
|
||||
[submodule "TrainingModpackOverlay/libs/libtesla"]
|
||||
path = TrainingModpackOverlay/libs/libtesla
|
||||
url = https://github.com/WerWolv/libtesla
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 66285245361a02e5480c7bb7dac9ef6449ae6181
|
||||
Subproject commit a68af19eda8e2b1d51008a2e1a1b71649460f901
|
Loading…
Reference in a new issue