mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:29:01 +08:00
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"name": "g3log",
|
|
"version": "2.3",
|
|
"port-version": 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
|
|
}
|
|
]
|
|
}
|