mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:12:47 +08:00
[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>
This commit is contained in:
parent
4193cfc1be
commit
da6351432f
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO msteinbeck/tinyspline
|
REPO msteinbeck/tinyspline
|
||||||
REF v0.3.0
|
REF v0.4.0
|
||||||
SHA512 9B02ACA5C56341E8DDC057E2AEB78632695DAC3A4D2C628A43028E4216FC79942F68DD3105B1B92ACAE0D009109C56EC437AB638FB7334EBDD68543BE2D8D7F6
|
SHA512 45c3e6937c0c48c3a6953cea26f31a0217a3943f5bca3b4432010b615d30d7e46081625409917a15cf88d671c1c0e0c9c3e61a65a81c842a9a36c2acd8fc6c26
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "tinyspline",
|
"name": "tinyspline",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"port-version": 1,
|
|
||||||
"description": "Library for NURBS, B-Splines, and Bézier curves, allowing you to handle splines with ease",
|
"description": "Library for NURBS, B-Splines, and Bézier curves, allowing you to handle splines with ease",
|
||||||
"homepage": "https://github.com/msteinbeck/tinyspline",
|
"homepage": "https://github.com/msteinbeck/tinyspline",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
@ -7009,8 +7009,8 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"tinyspline": {
|
"tinyspline": {
|
||||||
"baseline": "0.3.0",
|
"baseline": "0.4.0",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"tinythread": {
|
"tinythread": {
|
||||||
"baseline": "1.1",
|
"baseline": "1.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "231dcdd1e689138e14cb5c1d4250a224f580cdd7",
|
||||||
|
"version": "0.4.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "6ad4ac2f1aa4dc253ada4023358286ab6bdc24a6",
|
"git-tree": "6ad4ac2f1aa4dc253ada4023358286ab6bdc24a6",
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user