Added submodule cpython
This commit is contained in:
5
.gitmodules
vendored
5
.gitmodules
vendored
@@ -1,11 +1,12 @@
|
|||||||
[submodule "dependencies/sqapi"]
|
[submodule "dependencies/sqapi"]
|
||||||
path = dependencies/sqapi
|
path = dependencies/sqapi
|
||||||
url = https://gitlab.com/GothicMultiplayerTeam/dependencies/sqapi.git
|
url = https://gitlab.com/GothicMultiplayerTeam/dependencies/sqapi.git
|
||||||
|
branch = main
|
||||||
[submodule "dependencies/pybind11"]
|
[submodule "dependencies/pybind11"]
|
||||||
path = dependencies/pybind11
|
path = dependencies/pybind11
|
||||||
url = https://github.com/pybind/pybind11.git
|
url = https://github.com/pybind/pybind11.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "dependencies/cpython"]
|
[submodule "dependencies/cpython"]
|
||||||
path = dependencies/cpython
|
path = dependencies/cpython
|
||||||
url = https://github.com/python/cpython.git
|
url = https://github.com/python/cpython
|
||||||
branch = main
|
branch = 3.12
|
||||||
|
|||||||
1
dependencies/cpython
vendored
Submodule
1
dependencies/cpython
vendored
Submodule
Submodule dependencies/cpython added at b59269961f
Reference in New Issue
Block a user