summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2022-11-09 13:45:57 -0500
committerMark Felder <feld@feld.me>2023-11-13 15:41:39 -0500
commit13baba90f6deb27b0d6301a705db753cc32bb141 (patch)
tree6a22db94afabc2142368a1fb7f5760840f1a82b2 /mix.exs
parent752bc168f6877e6a3ce2e2e508ec50069e9c1f61 (diff)
downloadpleroma-13baba90f6deb27b0d6301a705db753cc32bb141.tar.gz
pleroma-13baba90f6deb27b0d6301a705db753cc32bb141.zip
Replace ImageMagick with Vips for Media Preview Proxy
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 4fd2df2d0..fad81575a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -193,6 +193,7 @@ defmodule Pleroma.Mixfile do
{:eblurhash, "~> 1.2.2"},
{:open_api_spex, "~> 3.16"},
{:ecto_psql_extras, "~> 0.6"},
+ {:vix, "~> 0.14.0"},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},