vcpkg/ports/tinyspline/vcpkg.json
chausner 81817d7b4e
[tinyspline] Update to 0.3.0 (#20608)
* Update tinyspline to 0.3.0

* Update CI baseline

* Fixes

* Update git-tree hash

* Fix lib output folder on 64-bit architectures

* Update git-tree hash

* Add homepage

* Update git-tree hash

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-13 14:08:56 -07:00

17 lines
371 B
JSON

{
"name": "tinyspline",
"version": "0.3.0",
"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
}
]
}