mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 12:53:48 +08:00
b87c730e96
* [fmt] Upgrade to v8.1.0 * update version * version-semver -> version Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
17 lines
376 B
JSON
17 lines
376 B
JSON
{
|
|
"name": "fmt",
|
|
"version": "8.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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|