Skip to content
Snippets Groups Projects
.gitmodules 772 B
Newer Older
[submodule "google-benchmark"]
	path = ext/google-benchmark
Brent Huisman's avatar
Brent Huisman committed
	url = https://github.com/google/benchmark.git
thorstenhater's avatar
thorstenhater committed
[submodule "ext/fmt"]
	path = ext/fmt
	url = https://github.com/fmtlib/fmt.git
[submodule "ext/random123"]
	path = ext/random123
Brent Huisman's avatar
Brent Huisman committed
	url = https://github.com/DEShawResearch/random123.git
	branch = main
Brent Huisman's avatar
Brent Huisman committed
[submodule "ext/json"]
	path = ext/json
	url = https://github.com/nlohmann/json.git
	branch = master
[submodule "ext/pybind11"]
	path = ext/pybind11
	url = https://github.com/pybind/pybind11.git
Brent Huisman's avatar
Brent Huisman committed
	branch = master
[submodule "ext/googletest"]
	path = ext/googletest
	url = https://github.com/google/googletest.git	
Brent Huisman's avatar
Brent Huisman committed
	branch = main
[submodule "ext/pugixml"]
	path = ext/pugixml
	url = https://github.com/zeux/pugixml.git
	branch = master