Skip to content

Commit

Permalink
feat: remove image deps in pathfinder_content
Browse files Browse the repository at this point in the history
  • Loading branch information
zimond committed Oct 24, 2024
1 parent 8841bda commit 8e0d234
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 = "fontkit"
version = "0.6.0"
version = "0.6.0-beta.9"
edition = "2021"
authors = ["Zimon Dai <[email protected]>"]
description = "A simple library for font loading and indexing"
Expand Down Expand Up @@ -28,7 +28,7 @@ flate2 = { version = "1.0.22", optional = true }
log = "0.4.17"
ordered-float = { version = "3.9.1", optional = true }
ouroboros = "0.17.0"
pathfinder_content = { version = "0.5.0", optional = true }
pathfinder_content = { version = "0.5.0", optional = true, default-features = false }
pathfinder_geometry = { version = "0.5.1", optional = true }
pathfinder_simd = { version = "0.5.2", optional = true, features = [
"pf-no-simd",
Expand Down

0 comments on commit 8e0d234

Please sign in to comment.