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