mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:33:49 +08:00
7178ff9591
* [fmt] Update to 9.1.0 * version
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"name": "fmt",
|
|
"version": "9.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": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|