mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:51:38 +08:00
6522561467
* Update g3log to 2.1 * Update g3log version manifest * Add license as specified by the github actions bot * Reupdate the version info again * [g3log] Address reviews * Update g3log version manifest
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "g3log",
|
|
"version": "2.1",
|
|
"description": "Asynchronous logger with Dynamic Sinks",
|
|
"homepage": "https://github.com/KjellKod/g3log",
|
|
"license": "Unlicense",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|