mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +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(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO msteinbeck/tinyspline
|
||||
REF v0.3.0
|
||||
SHA512 9B02ACA5C56341E8DDC057E2AEB78632695DAC3A4D2C628A43028E4216FC79942F68DD3105B1B92ACAE0D009109C56EC437AB638FB7334EBDD68543BE2D8D7F6
|
||||
REF v0.4.0
|
||||
SHA512 45c3e6937c0c48c3a6953cea26f31a0217a3943f5bca3b4432010b615d30d7e46081625409917a15cf88d671c1c0e0c9c3e61a65a81c842a9a36c2acd8fc6c26
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "tinyspline",
|
||||
"version": "0.3.0",
|
||||
"port-version": 1,
|
||||
"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",
|
||||
|
@ -7009,8 +7009,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"tinyspline": {
|
||||
"baseline": "0.3.0",
|
||||
"port-version": 1
|
||||
"baseline": "0.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tinythread": {
|
||||
"baseline": "1.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "231dcdd1e689138e14cb5c1d4250a224f580cdd7",
|
||||
"version": "0.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6ad4ac2f1aa4dc253ada4023358286ab6bdc24a6",
|
||||
"version": "0.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user