mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 12:07:50 +08:00
b1583534ce
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"name": "tomlplusplus",
|
|
"version": "2.5.0",
|
|
"port-version": 2,
|
|
"description": "Header-only TOML config file parser and serializer for modern C++.",
|
|
"homepage": "https://marzer.github.io/tomlplusplus/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|