mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:41:48 +08:00
d34c0f2e2f
* [tinyspline] Fix target "tinysplinecxx::tinysplinecxx" was not found * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"name": "tinyspline",
|
|
"version": "0.3.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|