Skip to content

Commit 811a64a

Browse files
committed
Make truetype_metrics required
With some of the changes in v0.11 it appears that truetype_metrics is now required for projects so make it non-optional. Also remove `runtime: false` because it has no effect on truetype_metrics because truetype_metrics does not start a supervision tree.
1 parent b0cb5fc commit 811a64a

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)