vcpkg/ports/fmt/vcpkg.json
Mengna Li 5dd5017f14
[fmt] fix format conflict (#25137)
* fix format conflict

* update

* update patch file
2022-07-05 15:58:12 -07:00

19 lines
416 B
JSON

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