vcpkg/ports/fmt/vcpkg.json
sean e2a71489b1
[fmt] Update to 9.0.0 (#25658)
* [fmt] Update to 9.0.0

* update version

* write version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2022-08-04 14:09:02 -07:00

18 lines
395 B
JSON

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