vcpkg/ports/quill/vcpkg.json
Rémy Tassoux e0e2f13940
[quill] Update to 2.5.1 (#28147)
* [quill] Update to 2.5.1

* [quill] Update version files
2022-12-05 14:40:52 -08:00

20 lines
371 B
JSON

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