mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 10:29:07 +08:00
9a6da16845
Co-authored-by: uBakaChan <174295642+uBakaChan@users.noreply.github.com> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"name": "quill",
|
|
"version": "6.1.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|