zeek/auxil/vcpkg/ports/sdflib/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
426 B
JSON

{
"name": "sdflib",
"version-date": "2025-01-25",
"description": "Library for accelerating the queries of signed distance fields from triangle meshes.",
"homepage": "https://github.com/UPC-ViRVIG/SdfLib",
"license": "MIT",
"dependencies": [
"cereal",
"glm",
"spdlog",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}