yuzu/externals/vcpkg/ports/quill/vcpkg.json

20 lines
379 B
JSON
Executable File

{
"name": "quill",
"version": "2.0.0",
"description": "C++14 Asynchronous Low Latency Logging Library",
"homepage": "https://github.com/odygrd/quill/",
"license": "MIT",
"supports": "!(uwp | android)",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}