mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
c9e786d81a
* 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.
76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"name": "libigl",
|
|
"version": "2.3.0",
|
|
"port-version": 1,
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"embree": {
|
|
"description": "Build with embree",
|
|
"dependencies": [
|
|
"embree3"
|
|
]
|
|
},
|
|
"glfw": {
|
|
"description": "Build with glfw",
|
|
"dependencies": [
|
|
"glfw3",
|
|
{
|
|
"name": "libigl",
|
|
"default-features": false,
|
|
"features": [
|
|
"opengl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"imgui": {
|
|
"description": "Build with imgui",
|
|
"dependencies": [
|
|
{
|
|
"name": "imgui",
|
|
"default-features": false,
|
|
"features": [
|
|
"glfw-binding",
|
|
"libigl-imgui",
|
|
"opengl3-binding"
|
|
]
|
|
},
|
|
"imguizmo",
|
|
{
|
|
"name": "libigl",
|
|
"default-features": false,
|
|
"features": [
|
|
"glfw"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "Build with opengl",
|
|
"dependencies": [
|
|
"glad",
|
|
"opengl"
|
|
]
|
|
},
|
|
"xml": {
|
|
"description": "Build with libxml",
|
|
"dependencies": [
|
|
"tinyxml2"
|
|
]
|
|
}
|
|
}
|
|
}
|