vcpkg/ports/tomlplusplus/vcpkg.json
Jia Yue Hua 0f0fa15383
[tomlplusplus] update to 3.4.0 (#34920)
* [tomlplusplus] update to 3.4.0

* [tomlplusplus] update to 3.4.0
2023-11-05 09:41:32 -08:00

15 lines
326 B
JSON

{
"name": "tomlplusplus",
"version": "3.4.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-tool-meson",
"host": true
}
]
}