Skip to content

Commit

Permalink
Reexport tag utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Jun 17, 2024
1 parent ee54882 commit 6dbc60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "OpenType"
uuid = "e5a4412f-5132-4ec5-841c-0d067f41fa94"
version = "0.1.4"
version = "0.1.5"
authors = ["Cédric Belmant"]

[deps]
Expand Down
2 changes: 1 addition & 1 deletion src/OpenType.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module OpenType

using Dates
using BinaryParsingTools
@reexport using BinaryParsingTools: Tag, @tag_str, Tag2, Tag3, Tag4
using GeometryExperiments
using GeometryExperiments: decompactify
using Colors
Expand All @@ -15,6 +14,7 @@ using Reexport
using .Meta: isexpr

@reexport import GeometryExperiments: boundingelement
@reexport using BinaryParsingTools: Tag, @tag_str, Tag2, Tag3, Tag4

"0-based glyph identifier, often used as index with relevant data structures."
const GlyphID = UInt16
Expand Down

0 comments on commit 6dbc60e

Please sign in to comment.