File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080[submodule "external/immvision/cvnp_nano "]
8181 path = external/immvision/cvnp_nano
8282 url = https://github.com/pthom/cvnp_nano.git
83+ [submodule "external/implot3d/implot3d "]
84+ path = external/implot3d/implot3d
85+ url = https://github.com/pthom/implot3d.git
Original file line number Diff line number Diff line change @@ -178,6 +178,15 @@ def lib_implot() -> ExternalLibrary:
178178 fork_branch = "imgui_bundle"
179179 )
180180
181+ def lib_implot3d () -> ExternalLibrary :
182+ return ExternalLibrary (
183+ name = "implot3d" ,
184+ official_git_url = "https://github.com/brenocq/implot3d.git" ,
185+ fork_git_url = "https://github.com/pthom/implot3d.git" ,
186+ official_branch = "main" ,
187+ fork_branch = "imgui_bundle"
188+ )
189+
181190
182191def lib_imspinner () -> ExternalLibrary :
183192 # We use a copy of the library source for the moment, instead of a fork
@@ -229,6 +238,7 @@ def lib_nanovg() -> ExternalLibrary:
229238 lib_immvision (),
230239 lib_cvnp (),
231240 lib_implot (),
241+ lib_implot3d (),
232242 lib_imspinner (),
233243 lib_portable_file_dialogs (),
234244 lib_nanovg (),
You can’t perform that action at this time.
0 commit comments