diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-05-14 08:38:23 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-05-14 09:07:16 -0500 |
commit | 543e9402d64bce556f85294f91dc690c9acec51f (patch) | |
tree | f34548d3ed6588df585516a9731d8ee330491825 /mix.exs | |
parent | 6f0b42656dcce9cd7e4c833be42b6544954ca93b (diff) | |
download | pleroma-543e9402d64bce556f85294f91dc690c9acec51f.tar.gz |
Support blurhash
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}, |