mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:29:01 +08:00
05a57650f3
* 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>
18 lines
397 B
JSON
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
|
|
}
|
|
]
|
|
}
|