mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-05 21:59:47 +00:00
fmt 11.4 -> 12.1 cmark 0.30 -> 0.31 CLI11 2.4 -> 2.6 This commit retains the addition of `FMT_PEDANTIC` so that we remain compliant with Microsoft's security requirements.
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"name": "fmt",
|
|
"version": "12.1.0",
|
|
"description": "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.",
|
|
"homepage": "https://github.com/fmtlib/fmt",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|