vcpkg/ports/quill/vcpkg.json
Rémy Tassoux 2e26218459
[quill] Update to 3.3.0 (#32819)
* [quill] Update to 3.3.0

* [quill] Update version files
2023-07-31 11:19:28 -07:00

20 lines
371 B
JSON

{
"name": "quill",
"version": "3.3.0",
"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
}
]
}