diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | ext/fmt | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c6d1083..6ac367e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ext/pybind11"] path = ext/pybind11 url = https://github.com/pybind/pybind11.git +[submodule "ext/fmt"] + path = ext/fmt + url = https://github.com/fmtlib/fmt.git diff --git a/ext/fmt b/ext/fmt new file mode 160000 +Subproject 7512a55aa3ae309587ca89668ef9ec4074a51a1 |