ElixirCode
ElixirCode copied to clipboard
identicon: add dependency to erlang/egd to fix project in Elixir >=1.5
Recent versions of Elixir no longer ship with the egd library preinstalled. This PR adds erlang/egd to the dependency list of the identicon project to fix that problem.
Fix originally seen here.
Thanks @1ma helped me out!