mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
[tinyspline] update to 0.6.0 (#37845)
This commit is contained in:
parent
8455223c87
commit
9cd8bc6245
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO msteinbeck/tinyspline
|
||||
REF v0.4.0
|
||||
SHA512 45c3e6937c0c48c3a6953cea26f31a0217a3943f5bca3b4432010b615d30d7e46081625409917a15cf88d671c1c0e0c9c3e61a65a81c842a9a36c2acd8fc6c26
|
||||
REF "v${VERSION}"
|
||||
SHA512 e81d95e9fa7ec33b70d541695ab18b8e9c2a92e7c66877aa9957526e2ac144558b47409e1a1b721f7702a8462a22f360d1ec96b0023db108da13f8c37b8c0c20
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tinyspline",
|
||||
"version": "0.4.0",
|
||||
"version": "0.6.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",
|
||||
|
@ -8685,7 +8685,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"tinyspline": {
|
||||
"baseline": "0.4.0",
|
||||
"baseline": "0.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tinythread": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "95176e7493a01ca4859dc076087031f16e443d2d",
|
||||
"version": "0.6.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "231dcdd1e689138e14cb5c1d4250a224f580cdd7",
|
||||
"version": "0.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user