aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fmt/vcpkg.json
blob: f928cd31a4a3a28cd532c794912eb65db91a1938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "fmt",
  "version": "12.1.0",
  "description": "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.",
  "homepage": "https://github.com/fmtlib/fmt",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}