vcpkg/ports/quill/vcpkg.json
Rémy Tassoux d84a2cc46d
[quill] Update to 1.6.3 (#19827)
* [quill] Update to 1.6.3

* [quill] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-09-03 17:04:00 -07:00

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"
]
}