aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tinyspline/vcpkg.json
blob: 52c9a0edcdd8843dfca8e44992b701faf198e1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tinyspline",
  "version": "0.6.0",
  "description": "Library for NURBS, B-Splines, and Bézier curves, allowing you to handle splines with ease",
  "homepage": "https://github.com/msteinbeck/tinyspline",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}