vcpkg/ports/glaze/vcpkg.json
Ómar Högni Guðmarsson ff0ee59814
[Glaze] Update to 2.0.6 (#36488)
* Update glaze to 2.0.6

* vcpkg update database
2024-01-31 12:36:19 -08:00

19 lines
462 B
JSON

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