diff options
Diffstat (limited to 'vcpkg/ports/sdflib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sdflib/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/sdflib/vcpkg.json b/vcpkg/ports/sdflib/vcpkg.json new file mode 100644 index 0000000..4a4e7c6 --- /dev/null +++ b/vcpkg/ports/sdflib/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "sdflib", + "version-date": "2025-11-03", + "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 + } + ] +} |