diff options
author | ComradeCrow <comradecrow@vivaldi.net> | 2023-04-12 14:32:15 -0700 |
---|---|---|
committer | ComradeCrow <comradecrow@vivaldi.net> | 2023-04-12 14:32:15 -0700 |
commit | 9d53072e32c60aa51784182a0a608ce204cab9e6 (patch) | |
tree | 4b547c106f0cb015533b839f6f1cfa81693f5e3b /.gitmodules | |
parent | 63bfecda26d87c7d09691a0b479883a4eb26bf1e (diff) | |
download | ytcpp-9d53072e32c60aa51784182a0a608ce204cab9e6.tar.gz |
breaking changes
broke everything
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7d822b4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "extern/pybind11"] + path = extern/pybind11 + url = https://github.com/pybind/pybind11 + branch = stable |