vcpkg/ports/quill/vcpkg.json
2023-07-11 11:19:10 -07:00

20 lines
371 B
JSON

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