vcpkg/ports/quill/vcpkg.json
Rémy Tassoux b90ab31ff6
[quill] Update to 2.0.0 (#24802)
* [quill] Update to 2.0.0

* [quill] Update version files
2022-05-20 14:34:33 -07:00

20 lines
379 B
JSON

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