vcpkg/ports/glaze/vcpkg.json
Ómar Högni Guðmarsson ff311f676b
[Glaze] update (#31319)
* Glaze update V1.2.3

* update database

* Remove unused flag

* update version database
2023-05-09 14:57:10 -07:00

19 lines
462 B
JSON

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