vcpkg/ports/glaze/vcpkg.json
Ómar Högni Guðmarsson b182703f4c
[Glaze] Update 1.5.7 (#34895)
* Glaze update 1.5.7

* Update database

---------

Co-authored-by: Ómar Högni Guðmarsson <kind@rolla.me>
2023-11-06 09:38:52 -08:00

19 lines
462 B
JSON

{
"name": "glaze",
"version": "1.5.7",
"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",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}