vcpkg/ports/g3log/vcpkg.json
2023-03-30 12:01:10 -07:00

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
}
]
}