mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
1c5939e275
* Update to 3.0.1 * Update baseline
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "tomlplusplus",
|
|
"version": "3.0.1",
|
|
"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-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|