vcpkg/ports/quill/vcpkg.json
Rémy Tassoux 4150bb462a
[quill] Update to 2.4.2 (#27920)
* [quill] Update to 2.4.0

* [quill] Update version files

* [quill] Update to 2.4.2

* [quill] Update version files
2022-11-21 08:37:21 -08:00

20 lines
371 B
JSON

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