pineapple/externals/vcpkg/ports/toml11/vcpkg.json
2022-07-23 03:01:36 +02:00

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