feat: Added CPython and pybind11 libraries
This commit is contained in:
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -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
|
||||
Reference in New Issue
Block a user