vcpkg/ports/fmt/vcpkg.json

18 lines
397 B
JSON
Raw Normal View History

{
"name": "fmt",
"version": "7.1.3",
2021-04-29 08:08:29 +08:00
"port-version": 4,
"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
}
]
}