mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:59:00 +08:00
221670ac58
* [libigl] Fix feature installation * [libigl] Update license * [libigl] update port version * [libigl] update patch * [libigl] update patch * [libigl] update patch * [libigl] update patch * [libigl] update patch * [libigl] v db * [libigl] Fix license * [libigl] v db
101 lines
2.3 KiB
JSON
101 lines
2.3 KiB
JSON
{
|
|
"name": "libigl",
|
|
"version": "2.4.0",
|
|
"port-version": 4,
|
|
"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",
|
|
"license": null,
|
|
"dependencies": [
|
|
"eigen3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cgal": {
|
|
"description": "Build with cgal",
|
|
"dependencies": [
|
|
{
|
|
"name": "cgal",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"embree": {
|
|
"description": "Build with embree",
|
|
"dependencies": [
|
|
{
|
|
"name": "embree3",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "Install PNG support",
|
|
"dependencies": [
|
|
{
|
|
"name": "libigl",
|
|
"default-features": false,
|
|
"features": [
|
|
"opengl"
|
|
]
|
|
},
|
|
"stb"
|
|
]
|
|
},
|
|
"xml": {
|
|
"description": "Build with libxml",
|
|
"dependencies": [
|
|
"tinyxml2"
|
|
]
|
|
}
|
|
}
|
|
}
|