* [libigl] Upate to v2.5.0
* Add updated patches to libigl v2.5.0
* Add find_package for stb
* Remove PNG from libigl
* Update basline.json and libigl.json
* Update libigl.json
* Add stb to dependancies, remove unneeded patch
* Fix formating
* Update libigl.json version
* Stb is case senstive on Linux
* Update version git-tree
* [libigl] update to 2.4.0
* update version
* update option and fix build error
* update version
* update patch
* update version
* update patch
* version
* use hunter eigen
* version
* use hunter dep
* vdb
* added a patch for updating the hunter version to the last available: resolves an issue when it was impossible to compile project on windows systems with MSVC 193+
* Update version database
* modified port version
* changed port version
* Update version database
* fix mpfr usage
* del version
* update version
* fixed wrong embree dependecy definition
* updated version
* removed not existing hunter packages
* formatted json
* updated version
* disabled hunter functionality completely. dependencies over vcpkg
* updated version
* fix typo, formatting
* updated version
* embree version
* updated versions/l-/libigl.json
* fixed gmp & mpfr linkage
* cleaned up the path file
* updated version
* patch cleanup, Eigen3 typo
* update version
* fixed dependend library naming, added static build capability
* updated version
* added tetgen, comiso and triangle as options
* autoformatted json
* updated version
* forgot options variable
* update version
* unused variables
* update version
* added upstream fix for static builds
* updated version
---------
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Frank <1433351828@qq.com>
Co-authored-by: Dimitrii Nikolaev <nikolaev@ift.at>
* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* [libigl] Update to 2.3.0
* remove the change in fix-config.patch
* restore to the original state
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* [libigl] Always build as header-only library
* [libigl] Always build header-only
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [imgui] Separate feature tools from feature example
* [imgui] Separate feature tools from feature example
Co-authored-by: JackBoosY <yuzaiyang@microsoft.com>