vcpkg/ports/tinyspline/vcpkg.json
chausner da6351432f
[tinyspline] Update to 0.4.0 (#24187)
* Update tinyspline to 0.4.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-18 14:41:57 -07:00

18 lines
391 B
JSON

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