https://github.com/NSchertler/GeneralizedMotorcycleGraph
Tip revision: ebd9979c9a23db6f8fa7ed0167965a7ad432bb76 authored by Nico Schertler on 05 April 2017, 08:16:54 UTC
Merge remote-tracking branch 'upstream/master'
Merge remote-tracking branch 'upstream/master'
Tip revision: ebd9979
.gitmodules
[submodule "ext/nanovg"]
path = ext/nanovg
url = https://github.com/wjakob/nanovg
[submodule "ext/glfw"]
path = ext/glfw
url = https://github.com/wjakob/glfw
[submodule "ext/glew"]
path = ext/glew
url = https://github.com/nigels-com/glew
[submodule "ext/eigen"]
path = ext/eigen
url = https://github.com/libigl/eigen.git
[submodule "ext/pybind"]
path = ext/pybind11
url = https://github.com/pybind/pybind11