vcpkg/ports/fmt/vcpkg.json
chausner a4f58019f6
[fmt] Update to 8.1.1 (#22707)
* Update fmt to 8.1.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-01-27 08:07:14 -08:00

17 lines
376 B
JSON

{
"name": "fmt",
"version": "8.1.1",
"description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.",
"homepage": "https://github.com/fmtlib/fmt",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}