4bf6f37e97
- submodule cpp/vendor/implot3d -> github.com/brenocq/implot3d, pinned commit 41ae3e447c0de20ecab95d38a4b4dc0835a3efc2 (v0.4). - target CMake `implot3d` parejo a `implot` (3 sources: implot3d.cpp, implot3d_items.cpp, implot3d_meshes.cpp). - fn_framework linkea implot3d para que cualquier app pueda usar las funciones viz/*_3d sin configurar nada extra. - VENDORING.md externo (no tocamos el README upstream). Issue 0028.
17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
[submodule "cpp/vendor/imgui"]
|
|
path = cpp/vendor/imgui
|
|
url = https://github.com/ocornut/imgui.git
|
|
branch = docking
|
|
[submodule "cpp/vendor/implot"]
|
|
path = cpp/vendor/implot
|
|
url = https://github.com/epezent/implot.git
|
|
[submodule "cpp/vendor/tracy"]
|
|
path = cpp/vendor/tracy
|
|
url = https://github.com/wolfpld/tracy.git
|
|
[submodule "cpp/vendor/glfw"]
|
|
path = cpp/vendor/glfw
|
|
url = https://github.com/glfw/glfw.git
|
|
[submodule "cpp/vendor/implot3d"]
|
|
path = cpp/vendor/implot3d
|
|
url = https://github.com/brenocq/implot3d.git
|