vcpkg/ports/glaze/vcpkg.json

20 lines
483 B
JSON
Raw Normal View History

{
"name": "glaze",
2023-07-28 13:47:36 +08:00
"version": "1.3.3",
"port-version": 1,
"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
}
]
}