vcpkg/ports/fmt/vcpkg.json
2024-01-04 17:00:31 -08:00

18 lines
397 B
JSON

{
"name": "fmt",
"version": "10.2.1",
"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
}
]
}