vcpkg/ports/daw-json-link/vcpkg.json
jim wang 889704875f
[daw-json-link] Update to 3.15.0 (#29986)
* [daw-json-link] update to 3.15.0

* update version

* update version

* update version
2023-03-06 12:23:36 -08:00

19 lines
413 B
JSON

{
"name": "daw-json-link",
"version": "3.15.0",
"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
}
]
}