aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdflib/vcpkg.json
blob: 4a4e7c6c25581aa37cb2a7e2364c2719eafc1add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
    }
  ]
}