vcpkg/ports/glaze/vcpkg.json
Ómar Högni Guðmarsson 020874c1d6
[Glaze] Update V1.3.5 (#33192)
* [Glaze] Update v1.3.5

* Update database

* Glaze remove port-version

* Update database
2023-08-16 12:26:23 -07:00

19 lines
462 B
JSON

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