Skip to content

Commit

Permalink
Bump font-kit to latest
Browse files Browse the repository at this point in the history
Brings in updated pathfinder_simd code that removes unneeded feature
  • Loading branch information
pbdeuchler authored Jul 2, 2024
1 parent 87b286f commit 53166d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path = "../plotters-svg"
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.13.0", optional = true }
font-kit = { version = "0.13.2", optional = true }
ab_glyph = { version = "0.2.12", optional = true }
once_cell = { version = "1.8.0", optional = true }

Expand Down

0 comments on commit 53166d9

Please sign in to comment.