mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 20:39:00 +08:00
e02cf959d2
* [quill] Update quill to 3.5.1 * [quill] Update version files
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"name": "quill",
|
|
"version": "3.5.1",
|
|
"description": "C++14 Asynchronous Low Latency Logging Library",
|
|
"homepage": "https://github.com/odygrd/quill/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|