vcpkg/ports/plog/vcpkg.json
Sergey Podobry 6dfade46cb
[plog] Update to 1.1.8 (#25166)
* [plog] Update to 1.1.8

* Update ports/plog/usage

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update plog.json version hash

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-06-13 19:08:18 -07:00

18 lines
345 B
JSON

{
"name": "plog",
"version": "1.1.8",
"description": "Portable, simple and extensible C++ logging library.",
"homepage": "https://github.com/SergiusTheBest/plog",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}