vcpkg/ports/quill/vcpkg.json
Rémy Tassoux e977c102fe
[quill] Update to 3.0.1 (#32048)
* [quill] Update to 3.0.1

* [quill] Update version files
2023-06-16 15:55:50 -07:00

20 lines
371 B
JSON

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