Fix crash on loading animated webp alpha

This commit is contained in:
Philip Kristoffersen
2022-09-08 17:05:17 +02:00
parent ddf60a2828
commit 941b647986
7 changed files with 21 additions and 11 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
{
"type": "git",
"url": "https://github.com/philipk/image",
"commit": "cb66840dd42785c7283206cc9805240501695a61",
"dest": "flatpak-cargo/git/image-cb66840"
"commit": "55a668409b28fedcd6cd3dea25ae1b3cc9d25ec5",
"dest": "flatpak-cargo/git/image-55a6684"
},
{
"type": "archive",
@@ -1685,7 +1685,7 @@
{
"type": "shell",
"commands": [
"cp -r --reflink=auto \"flatpak-cargo/git/image-cb66840/.\" \"cargo/vendor/image\""
"cp -r --reflink=auto \"flatpak-cargo/git\\image-55a6684\\.\" \"cargo/vendor/image\""
]
},
{
@@ -4439,7 +4439,7 @@
},
{
"type": "inline",
"contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/philipk/image\"]\ngit = \"https://github.com/philipk/image\"\nreplace-with = \"vendored-sources\"\nrev = \"cb66840dd42785c7283206cc9805240501695a61\"\n",
"contents": "[source.vendored-sources]\ndirectory = \"cargo/vendor\"\n\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n\n[source.\"https://github.com/philipk/image\"]\ngit = \"https://github.com/philipk/image\"\nreplace-with = \"vendored-sources\"\nrev = \"55a668409b28fedcd6cd3dea25ae1b3cc9d25ec5\"\n",
"dest": "cargo",
"dest-filename": "config"
}