Skip to content

Commit

Permalink
fontique: Remove unused deps.
Browse files Browse the repository at this point in the history
Fontique wasn't actually using `anyhow`, `bytemuck`, or `thiserror`.
  • Loading branch information
waywardmonkeys committed Apr 27, 2024
1 parent ddb0c6e commit 9e9b105
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions fontique/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@ core-foundation = "0.9.4"
core-foundation-sys = "0.8.6"

[target.'cfg(not(any(target_os="macos", target_os="ios", target_family="windows")))'.dependencies]
anyhow = "1.0.82"
bytemuck = { version = "1.15.0", features = ["derive"] }
fontconfig-cache-parser = "0.2.0"
thiserror = "1.0.58"
roxmltree = "0.19.0"

0 comments on commit 9e9b105

Please sign in to comment.