Added submodule cpython

This commit is contained in:
AURUMVORXX
2024-11-02 11:10:11 +03:00
parent 4bee1707fa
commit 0c5d7eb5a9
2 changed files with 4 additions and 2 deletions

5
.gitmodules vendored
View File

@@ -1,11 +1,12 @@
[submodule "dependencies/sqapi"]
path = dependencies/sqapi
url = https://gitlab.com/GothicMultiplayerTeam/dependencies/sqapi.git
branch = main
[submodule "dependencies/pybind11"]
path = dependencies/pybind11
url = https://github.com/pybind/pybind11.git
branch = master
[submodule "dependencies/cpython"]
path = dependencies/cpython
url = https://github.com/python/cpython.git
branch = main
url = https://github.com/python/cpython
branch = 3.12