vcpkg/ports/tinyspline/vcpkg.json
LilyWangLL d34c0f2e2f
[tinyspline] Fix target "tinysplinecxx::tinysplinecxx" was not found (#21618)
* [tinyspline] Fix target "tinysplinecxx::tinysplinecxx" was not found

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-11-26 00:58:15 -08:00

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
}
]
}