vcpkg/ports/tomlplusplus/vcpkg.json
autoantwort b1583534ce
[tomlplusplus] no absolute paths (#21733)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-11-29 17:23:48 -08:00

15 lines
329 B
JSON

{
"name": "tomlplusplus",
"version": "2.5.0",
"port-version": 2,
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}