17 lines
391 B
JSON
Executable file
17 lines
391 B
JSON
Executable file
{
|
|
"name": "tinyspline",
|
|
"version": "0.4.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
|
|
}
|
|
]
|
|
}
|