diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 22:19:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 22:19:20 +0200 |
commit | 425617abdfab9fdb20a7aa3e451c6299e2ebdf0c (patch) | |
tree | ca69c172da958d3be65eb96359805a18c68ac0ae /.gitmodules | |
parent | 92b3c7644640cb38b101f93100ebc04f04ee6ef9 (diff) |
Added GLFW/OpenGL stats drawer written in C++.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 11eed47e4..31893dd2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ [submodule "examples/js-rt-analyzer-frontend"] path = examples/js-rt-analyzer-frontend url = https://gitlab.com/verzulli/ndpid-rt-analyzer-frontend.git +[submodule "examples/cxx-graph"] + path = examples/cxx-graph + url = https://github.com/utoni/nDPId-Graph.git |