vcpkg/ports/tomlplusplus/vcpkg.json
Ryan 722fab96f1
[tomlplusplus] Update to 3.1.0 (#25128)
* update to 3.1.0

* fixup config path

* lib dir no longer exists

* quote paths

* add versions
2022-06-08 04:45:59 -07:00

19 lines
394 B
JSON

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