mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|