Skip to content

Commit

Permalink
Release ab_glyph 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed May 8, 2020
1 parent 2cf270c commit 52a04a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glyph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2018"
description = "API for loading, scaling, positioning and rasterizing OpenType font glyphs."
repository = "https://github.com/alexheretic/ab-glyph"
keywords = ["text", "ttf", "truetype", "otf", "opentype", "font"]
keywords = ["text", "ttf", "truetype", "otf", "opentype"]
license = "Apache-2.0"
readme="README.md"

[dependencies]
owned_ttf_parser = { version = "0.5.1", default-features = false }
ab_glyph_rasterizer = { version = "0.1.1", path = "../rasterizer", default-features = false }
ab_glyph_rasterizer = { version = "0.1.2", path = "../rasterizer", default-features = false }
# no_std float stuff
libm = { version = "0.2.1", optional = true }

Expand Down

0 comments on commit 52a04a3

Please sign in to comment.