Skip to content

Commit

Permalink
Update pathfinder_simd.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jun 8, 2021
1 parent 1bfbc93 commit a5ebf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "font-kit"
version = "0.10.0"
version = "0.10.1"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A cross-platform font loading library"
license = "MIT/Apache-2.0"
Expand All @@ -26,7 +26,7 @@ lazy_static = "1.1"
libc = "0.2"
log = "0.4.4"
pathfinder_geometry = "0.5"
pathfinder_simd = "0.5"
pathfinder_simd = "0.5.1"

[dependencies.freetype]
version = "0.7"
Expand Down

0 comments on commit a5ebf31

Please sign in to comment.