vcpkg/ports/tomlplusplus/vcpkg.json
Qudix 3a06c2ee92
[tomlplusplus] Update to 2.5.0 (#20164)
* Update to 2.5.0

* Update baseline

* version-string -> version

* Update baseline

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-15 17:49:49 -07:00

8 lines
230 B
JSON

{
"name": "tomlplusplus",
"version": "2.5.0",
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"supports": "!(arm | uwp | osx)"
}