mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:39:15 +08:00
4a311457c3
* [tomlplusplus] update to 3.3.0 * update version * fix android error * update version * update patch * update version
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "tomlplusplus",
|
|
"version": "3.3.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
|
|
}
|
|
]
|
|
}
|