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 c202b9c commit 0681499Copy full SHA for 0681499
plotters/Cargo.toml
@@ -32,7 +32,7 @@ optional = true
32
path = "../plotters-svg"
33
34
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
35
-ttf-parser = { version = "0.15.0", optional = true }
+ttf-parser = { version = "0.17.0", optional = true }
36
lazy_static = { version = "1.4.0", optional = true }
37
pathfinder_geometry = { version = "0.5.1", optional = true }
38
font-kit = { version = "0.11.0", optional = true }
0 commit comments