We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ed63f commit 5488f8eCopy full SHA for 5488f8e
plotters/Cargo.toml
@@ -37,7 +37,7 @@ optional = true
37
path = "../plotters-svg"
38
39
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
40
-ttf-parser = { version = "0.20.0", optional = true }
+ttf-parser = { version = "0.25.1", optional = true }
41
lazy_static = { version = "1.4.0", optional = true }
42
pathfinder_geometry = { version = "0.5.1", optional = true }
43
font-kit = { version = "0.14.2", optional = true }
0 commit comments