feat: Added CPython and pybind11 libraries

This commit is contained in:
AURUMVORXX
2024-11-02 02:46:48 +03:00
parent f8779704cd
commit d972b08b6f
5 changed files with 96 additions and 5 deletions

8
.gitmodules vendored
View File

@@ -1,3 +1,11 @@
[submodule "dependencies/sqapi"]
path = dependencies/sqapi
url = https://gitlab.com/GothicMultiplayerTeam/dependencies/sqapi.git
[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 = 3.12