Skip to content

Commit

Permalink
avoid example crash under centos 7.51
Browse files Browse the repository at this point in the history
  • Loading branch information
alcatel committed Apr 3, 2024
1 parent 8f14c1e commit a3d9950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ optional = true
path = "../plotters-svg"

[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
ttf-parser = { version = "0.17.0", optional = true }
ttf-parser = { version = "0.20.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
pathfinder_geometry = { version = "0.5.1", optional = true }
font-kit = { version = "0.11.0", optional = true }
font-kit = { version = "0.13.0", optional = true }
ab_glyph = { version = "0.2.12", optional = true }
once_cell = { version = "1.8.0", optional = true }

Expand Down

0 comments on commit a3d9950

Please sign in to comment.