vcpkg/ports/daw-json-link/vcpkg.json
JonLiu1993 bd77d65ebf
[daw-json-link] update to v2.14.0 (#24550)
* [daw-json-link] update to v2.14.0

* UPDATE VERSION

* Add license

* update version
2022-05-06 16:41:36 -07:00

19 lines
413 B
JSON

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