mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
a6c5c0140d
* fix missing include * update * update to v3.0.4 * update to v3.0.4
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"name": "daw-json-link",
|
|
"version": "3.0.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|