mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:31:37 +08:00
20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"name": "quill",
|
|
"version-semver": "1.6.3",
|
|
"port-version": 1,
|
|
"description": "C++14 Asynchronous Low Latency Logging Library",
|
|
"homepage": "https://github.com/odygrd/quill/",
|
|
"supports": "!(uwp | android)",
|
|
"dependencies": [
|
|
"fmt",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|