vcpkg/ports/libigl/CONTROL
Jack·Boos·Yu 75bb11678e
[libigl] Fix configure error and dependencies (#10252)
* [libigl] Fix configure error and dependencies

* convert patch EOL

* [libigl] Update to 2.2.0

* Update ports/libigl/CONTROL

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-01 16:12:24 -07:00

27 lines
925 B
Plaintext

Source: libigl
Version: 2.2.0
Homepage: https://github.com/libigl/libigl
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.
Build-Depends: eigen3
Supports: !(arm|uwp)
Feature: embree
Description: Build with embree
Build-Depends: embree3
Feature: opengl
Description: Build with opengl
Build-Depends: opengl, glad
Feature: glfw
Description: Build with glfw
Build-Depends: glfw3
Feature: imgui
Description: Build with imgui
Build-Depends: imgui[bindings]
Feature: xml
Description: Build with libxml
Build-Depends: tinyxml2