mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:39:08 +08:00
7e01ac118a
* [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>
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
Source: libigl
|
|
Version: 2.2.0
|
|
Port-Version: 4
|
|
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: libigl[core, opengl], glfw3
|
|
|
|
Feature: imgui
|
|
Description: Build with imgui
|
|
Build-Depends: libigl[core, glfw], imgui[core, glfw-binding, opengl3-glew-binding, libigl-imgui]
|
|
|
|
Feature: xml
|
|
Description: Build with libxml
|
|
Build-Depends: tinyxml2
|