Skip to content

Commit 56106df

Browse files
committed
Merge branch 'axelson-truetype-metrics' into v0.11
2 parents 4195a86 + 49addbe commit 56106df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ defmodule Scenic.Mixfile do
4949
{:font_metrics, "~> 0.5.0"},
5050
{:nimble_options, "~> 0.3.4"},
5151
{:ex_image_info, "~> 0.2.4"},
52+
{:truetype_metrics, "~> 0.5"},
5253

5354
# Tools
5455
{:elixir_make, "~> 0.6.2", runtime: false},
55-
{:truetype_metrics, "~> 0.5", only: [:dev, :test], runtime: false},
5656
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
5757
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
5858
{:excoveralls, ">= 0.0.0", only: :test, runtime: false},

0 commit comments

Comments
 (0)