Support blurhash

This commit is contained in:
Alex Gleason 2021-05-14 08:38:23 -05:00
commit 543e9402d6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
5 changed files with 19 additions and 2 deletions

View file

@ -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},