vcpkg/ports/quill/vcpkg.json
2023-12-19 15:01:37 -08:00

19 lines
345 B
JSON

{
"name": "quill",
"version": "3.6.0",
"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
}
]
}