vcpkg/ports/quill/vcpkg.json
Rémy Tassoux fda8c182d4
[quill] Update to 3.3.1 (#33809)
* [quill] Update to 3.3.1

* [quill] Update version files
2023-09-18 09:21:03 -07:00

20 lines
371 B
JSON

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