mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
2e26218459
* [quill] Update to 3.3.0 * [quill] Update version files
20 lines
371 B
JSON
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
|
|
}
|
|
]
|
|
}
|