mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 12:06:13 +08:00
abe01a20d3
* Glaze version 1.6.0 * Updated database --------- Co-authored-by: Ómar Högni Guðmarsson <kind@rolla.me>
19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"name": "glaze",
|
|
"version": "1.6.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|