mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:51:18 +08:00
81817d7b4e
* 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>
17 lines
371 B
JSON
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
|
|
}
|
|
]
|
|
}
|