mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 05:15:13 +08:00
11 lines
237 B
JSON
11 lines
237 B
JSON
|
{
|
||
|
"name": "quill",
|
||
|
"version-semver": "1.6.3",
|
||
|
"description": "C++14 Asynchronous Low Latency Logging Library",
|
||
|
"homepage": "https://github.com/odygrd/quill/",
|
||
|
"supports": "!(uwp | android)",
|
||
|
"dependencies": [
|
||
|
"fmt"
|
||
|
]
|
||
|
}
|