vcpkg/ports/quill/vcpkg.json
2024-11-14 01:46:26 -08:00

18 lines
332 B
JSON

{
"name": "quill",
"version": "7.5.0",
"description": "Asynchronous Low Latency C++ Logging Library",
"homepage": "https://github.com/odygrd/quill/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}