early-access version 2853
This commit is contained in:
19
externals/vcpkg/ports/quill/vcpkg.json
vendored
Executable file
19
externals/vcpkg/ports/quill/vcpkg.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user