vcpkg/ports/toml11/vcpkg.json
Ryan Mast 347337ace9
[toml11] update to 3.7.0 (#20798)
* [toml11] update to 3.7.0

* [toml11] change deprecated to new vcpkg functions

* Update CI baseline

* update portfile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-18 14:27:04 -07:00

17 lines
351 B
JSON

{
"name": "toml11",
"version": "3.7.0",
"description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.",
"homepage": "https://github.com/ToruNiina/toml11",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}