vcpkg/ports/tomlplusplus/vcpkg.json
Lily Wang 4a311457c3
[tomlplusplus] Update to 3.3.0 (#33835)
* [tomlplusplus] update to 3.3.0

* update version

* fix android error

* update version

* update patch

* update version
2023-09-26 00:31:49 -07:00

15 lines
326 B
JSON

{
"name": "tomlplusplus",
"version": "3.3.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
}
]
}