Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ports/libigl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "libigl",
"version": "2.6.0",
"port-version": 1,
"port-version": 2,
"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": "MPL-2.0",
"supports": "!uwp",
"dependencies": [
"eigen3",
"stb",
Expand Down Expand Up @@ -38,7 +37,7 @@
},
"copyleft": {
"description": "Build copyleft core module",
"license": "MPL-2.0 AND GPL-2.0"

Check notice on line 40 in ports/libigl/vcpkg.json

View workflow job for this annotation

GitHub Actions / Check

SPDX deprecated license identifier GPL-2.0. If you feel able to do so, please consider replacing it. Updated license identifiers can be found at https://spdx.org/licenses/.
},
"embree": {
"description": "Build with embree",
Expand Down
Loading