vcpkg/ports/jsonifier/vcpkg.json
RealTimeChris ab298c2235
[DiscordCoreAPI] to v2.0.8 and [Jsonifier] to v0.9.98 (#42386)
Co-authored-by: WangWeiLin-MV <156736127+WangWeiLin-MV@users.noreply.github.com>
2024-12-05 14:46:31 -08:00

15 lines
368 B
JSON

{
"name": "jsonifier",
"version": "0.9.98",
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
"license": "MIT",
"supports": "(windows & x64 & !xbox) | (linux & x64) | (osx & x64)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}