diff options
Diffstat (limited to 'vcpkg/ports/fmt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/fmt/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/fmt/vcpkg.json b/vcpkg/ports/fmt/vcpkg.json new file mode 100644 index 0000000..f928cd3 --- /dev/null +++ b/vcpkg/ports/fmt/vcpkg.json @@ -0,0 +1,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 + } + ] +} |