yuzu/externals/vcpkg/ports/toml11/vcpkg.json

18 lines
371 B
JSON
Executable File

{
"name": "toml11",
"version": "3.7.1",
"description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.",
"homepage": "https://github.com/ToruNiina/toml11",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}