yuzu/externals/vcpkg/ports/plog/vcpkg.json

18 lines
345 B
JSON
Executable File

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