Skip to content

Commit f35537e

Browse files
committed
fix tests
1 parent 4208dac commit f35537e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313
ColorVectorSpace = "0.8"
1414
Colors = "0.11"
1515
FreeType = "2, 3"
16-
StaticArrays = "0.12"
1716
GeometryBasics = "0.2"
17+
StaticArrays = "0.12"
1818
julia = "1"
1919

2020
[extras]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using FreeTypeAbstraction, Colors, ColorVectorSpace, GeometryTypes
1+
using FreeTypeAbstraction, Colors, ColorVectorSpace, GeometryBasics
22
using Test
33
using FreeTypeAbstraction: Vec, glyph_rects, get_extent, FTFont, kerning
44
using FreeType

0 commit comments

Comments
 (0)