aboutsummaryrefslogtreecommitdiff
path: root/ports/libigl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libigl/vcpkg.json')
-rw-r--r--ports/libigl/vcpkg.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/ports/libigl/vcpkg.json b/ports/libigl/vcpkg.json
index 2a4a9797d..22f523168 100644
--- a/ports/libigl/vcpkg.json
+++ b/ports/libigl/vcpkg.json
@@ -1,12 +1,19 @@
{
"name": "libigl",
- "version-string": "2.2.0",
- "port-version": 6,
+ "version": "2.3.0",
"description": "libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.",
"homepage": "https://github.com/libigl/libigl",
"supports": "!(arm | uwp)",
"dependencies": [
- "eigen3"
+ "eigen3",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
],
"features": {
"embree": {
@@ -40,6 +47,7 @@
"opengl3-binding"
]
},
+ "imguizmo",
{
"name": "libigl",
"default-features": false,