mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
[glaze] update to 4.0.1 (#42317)
This commit is contained in:
parent
f1ed59e966
commit
c2681c76cf
@ -6,7 +6,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO stephenberry/glaze
|
REPO stephenberry/glaze
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 ddc90ddb1af4f485a899b2ecb360ebb8d39d0b54b08b79ce4f79898c7fab624f70f57711e22e99381eff42e2576048eba00d8bfb42e4d60c836e299930983f03
|
SHA512 0db97a633e532aabbd597005fd210f78acd42551a154e51aac1d7980ddff5afa38defc59931b11fd7147178e78d986812c7e0c54ff3c3cbf63092f17dd3ceba8
|
||||||
HEAD_REF main
|
HEAD_REF main
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "glaze",
|
"name": "glaze",
|
||||||
"version": "3.6.1",
|
"version": "4.0.1",
|
||||||
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
|
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
|
||||||
"homepage": "https://github.com/stephenberry/glaze",
|
"homepage": "https://github.com/stephenberry/glaze",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -3137,7 +3137,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"glaze": {
|
"glaze": {
|
||||||
"baseline": "3.6.1",
|
"baseline": "4.0.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"glbinding": {
|
"glbinding": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "46fef97f583cb6cff692a089b5d7bc098db75c77",
|
||||||
|
"version": "4.0.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "df55c310c67502aeb69438b8176bc8e772dbdc75",
|
"git-tree": "df55c310c67502aeb69438b8176bc8e772dbdc75",
|
||||||
"version": "3.6.1",
|
"version": "3.6.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user