chore(vendor): vendorear ImPlot3D v0.4 como submodulo + target CMake
- 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.
This commit is contained in:
@@ -11,3 +11,6 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user