Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dfrg/swash
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Jan 30, 2024
2 parents 988e844 + 82f94a1 commit 851155a
Show file tree
Hide file tree
Showing 8 changed files with 1,899 additions and 2,542 deletions.
22 changes: 22 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.9"
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
edition = "2018"
description = "Font introspection, complex text shaping and glyph rendering."
license = "MIT OR Apache-2.0"
license = "MIT/Apache-2.0"
keywords = ["font", "shape", "glyph", "text"]
categories = ["graphics", "text-processing"]
repository = "https://github.com/dfrg/swash"
Expand All @@ -20,3 +20,8 @@ render = ["scale", "zeno/eval"]
[dependencies]
yazi = { version = "0.1.6", optional = true }
zeno = { version = "0.2.2", optional = true, default_features = false }
read-fonts = "0.15.2"

[dev-dependencies]
font-test-data= { git = "https://github.com/googlefonts/fontations", rev = "10c27ef7bba1549fa37a3f41cd4870b2a24b1073" }
read-fonts = { version = "0.15.2", features = ["scaler_test"] }
Loading

0 comments on commit 851155a

Please sign in to comment.