switch to a maintained fork of imaging

This commit is contained in:
Kovid Goyal 2024-03-22 10:38:22 +05:30
parent e818f01ff2
commit 3b74fcb88c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 6 additions and 3 deletions

View file

@ -21,8 +21,8 @@ import (
"kitty/tools/utils"
"kitty/tools/utils/shm"
"github.com/disintegration/imaging"
"github.com/edwvee/exiffix"
"github.com/kovidgoyal/imaging"
"golang.org/x/exp/slices"
)