vcpkg/ports/quill/vcpkg.json
Rémy Tassoux e02cf959d2
[quill] Update to 3.5.1 (#35575)
* [quill] Update quill to 3.5.1

* [quill] Update version files
2023-12-12 01:35:19 -08:00

19 lines
345 B
JSON

{
"name": "quill",
"version": "3.5.1",
"description": "C++14 Asynchronous Low Latency Logging Library",
"homepage": "https://github.com/odygrd/quill/",
"license": "MIT",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}