We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4355e commit 8b49db7Copy full SHA for 8b49db7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "swash"
3
-version = "0.1.14"
+version = "0.1.15"
4
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
5
edition = "2018"
6
description = "Font introspection, complex text shaping and glyph rendering."
@@ -20,7 +20,7 @@ render = ["scale", "zeno/eval"]
20
[dependencies]
21
yazi = { version = "0.1.6", optional = true }
22
zeno = { version = "0.2.2", optional = true, default_features = false }
23
-read-fonts = { version = "0.18.0", default_features = false }
+read-fonts = { version = "0.19.0", default_features = false }
24
25
[dev-dependencies]
26
font-test-data= { git = "https://github.com/googlefonts/fontations", rev = "10c27ef7bba1549fa37a3f41cd4870b2a24b1073" }
0 commit comments