mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
347337ace9
* [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>
17 lines
351 B
JSON
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
|
|
}
|
|
]
|
|
}
|