vcpkg/ports/g3log/vcpkg.json
Christian Rendina 6522561467
[g3log] Update g3log to 2.1 (#28074)
* 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
2022-12-01 13:43:37 -08:00

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