mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
d84a2cc46d
* [quill] Update to 1.6.3 * [quill] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"name": "quill",
|
|
"version-semver": "1.6.3",
|
|
"description": "C++14 Asynchronous Low Latency Logging Library",
|
|
"homepage": "https://github.com/odygrd/quill/",
|
|
"supports": "!(uwp | android)",
|
|
"dependencies": [
|
|
"fmt"
|
|
]
|
|
}
|