mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
0f0fa15383
* [tomlplusplus] update to 3.4.0 * [tomlplusplus] update to 3.4.0
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "tomlplusplus",
|
|
"version": "3.4.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
|
|
}
|
|
]
|
|
}
|