vcpkg/ports/glaze/vcpkg.json
Ómar Högni Guðmarsson 08c98c7c40
[Glaze] Update to version 1.9.6 (#35687)
* Glaze version 1.9.6

* Vcpkg update database
2023-12-14 17:56:43 -08:00

19 lines
462 B
JSON

{
"name": "glaze",
"version": "1.9.6",
"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
}
]
}