Просмотр исходного кода

src: ensure submodules use the checkout update mode

wip/deprecate
Sam Hocevar 1 год назад
Родитель
Сommit
c52f234619
2 измененных файлов: 8 добавлений и 8 удалений
  1. +7
    -7
      .gitmodules
  2. +1
    -1
      lol

+ 7
- 7
.gitmodules Просмотреть файл

@@ -2,41 +2,41 @@
[submodule "lol"]
path = lol
url = https://github.com/lolengine/lol
branch = master
update = merge
branch = main
update = checkout

# A very large repository with Windows binaries
[submodule "external"]
path = external
url = https://gitea.zoy.org/lolengine/binaries
branch = master
update = merge
update = checkout

# Some libraries we embed in the engine
[submodule "imgui"]
path = src/3rdparty/imgui
url = https://github.com/lolengine/ext-imgui
branch = master
update = merge
update = checkout
upstream = https://github.com/ocornut/imgui

[submodule "bullet3"]
path = src/3rdparty/bullet3
url = https://github.com/lolengine/ext-bullet3
branch = lol
update = merge
update = checkout
upstream = https://github.com/bulletphysics/bullet3

[submodule "lua"]
path = src/3rdparty/lua
url = https://github.com/lolengine/ext-lua
branch = lol
update = merge
update = checkout
upstream = https://github.com/lua/lua

[submodule "cpp-httplib"]
path = src/3rdparty/cpp-httplib
url = https://github.com/lolengine/ext-cpp-httplib
branch = master
update = merge
update = checkout
upstream = https://github.com/yhirose/cpp-httplib

+ 1
- 1
lol

@@ -1 +1 @@
Subproject commit 80f8eb149a64c1894ad1131d4b3d893992c1d4ea
Subproject commit b5f006511e853340e49c3757b71f752df591579e

Загрузка…
Отмена
Сохранить