Skip to content

Commit ab6bb2e

Browse files
pbdeuchlerjdm
andauthored
Update pathfinder_simd (#264)
* Update pathfinder_simd Fixes simd features to be able to build on nightly * Publish 0.14.3. --------- Co-authored-by: Josh Matthews <[email protected]>
1 parent 30dae22 commit ab6bb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "font-kit"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
authors = ["Patrick Walton <[email protected]>"]
55
description = "A cross-platform font loading library"
66
license = "MIT OR Apache-2.0"
@@ -28,7 +28,7 @@ lazy_static = "1.1"
2828
libc = "0.2"
2929
log = "0.4.4"
3030
pathfinder_geometry = "0.5"
31-
pathfinder_simd = "0.5.4"
31+
pathfinder_simd = "0.5.5"
3232

3333
[dependencies.freetype]
3434
version = "0.7"

0 commit comments

Comments
 (0)