vcpkg/ports/fmt/vcpkg.json
chausner 05a57650f3
[fmt] Update to 10.1.0 (#33128)
* Update fmt to 10.1.0

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2023-08-17 10:52:12 -07:00

18 lines
397 B
JSON

{
"name": "fmt",
"version": "10.1.0",
"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",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}