vcpkg/ports/quill/vcpkg.json

11 lines
237 B
JSON
Raw Normal View History

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