vcpkg/ports/g3log/vcpkg.json

19 lines
353 B
JSON
Raw Normal View History

{
"name": "g3log",
"version": "2.4",
"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
}
]
}