diff options
Diffstat (limited to 'vcpkg/ports/qoixx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qoixx/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/qoixx/vcpkg.json b/vcpkg/ports/qoixx/vcpkg.json new file mode 100644 index 0000000..50e7a89 --- /dev/null +++ b/vcpkg/ports/qoixx/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "qoixx", + "version": "0.1.7", + "description": "Single Header Quite Fast QOI(Quite OK Image Format) Implementation written in C++20", + "homepage": "https://github.com/wx257osn2/qoixx", + "license": "MIT" +} |