vcpkg/ports/daw-json-link/vcpkg.json
Cheney Wang 621d51c1c0
[daw-json-link/daw-header-libraries] Update version to latest (#27483)
* [daw-json-link/daw-header-libraries] Update version

* x-add-version
2022-10-27 19:16:01 -07:00

19 lines
412 B
JSON

{
"name": "daw-json-link",
"version": "3.1.1",
"description": "Perhaps the fastest JSON deserializer/serializer posssible or at least close to it.",
"homepage": "https://github.com/beached/daw_json_link",
"license": "BSL-1.0",
"dependencies": [
"daw-utf-range",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}