summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-05-14 08:38:23 -0500
committerAlex Gleason <alex@alexgleason.me>2021-05-14 09:07:16 -0500
commit543e9402d64bce556f85294f91dc690c9acec51f (patch)
treef34548d3ed6588df585516a9731d8ee330491825 /mix.exs
parent6f0b42656dcce9cd7e4c833be42b6544954ca93b (diff)
Support blurhash
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 436381f32..08581824a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -198,6 +198,9 @@ defmodule Pleroma.Mixfile do
{:open_api_spex,
git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git",
ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"},
+ {:eblurhash,
+ git: "https://github.com/zotonic/eblurhash.git",
+ ref: "04a0b76eadf4de1be17726f39b6313b88708fd12"},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},