diff options
Diffstat (limited to 'vcpkg/ports/woff2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/woff2/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/woff2/vcpkg.json b/vcpkg/ports/woff2/vcpkg.json new file mode 100644 index 0000000..c43c693 --- /dev/null +++ b/vcpkg/ports/woff2/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "woff2", + "version": "1.0.2", + "port-version": 5, + "description": "font compression reference code", + "dependencies": [ + "brotli", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |