Skip to content

Commit

Permalink
chore(dep): update freetype to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed Jul 26, 2020
1 parent a0fe845 commit 9e07f94
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 deletions.
33 changes: 27 additions & 6 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["command-line-utilities", "text-processing", "visualization"]

[dependencies]
structopt = "0.3"
once_cell = "1.3"
httparse = "1.3"
once_cell = "1"
httparse = "1"
freetype = "0.7"
crossterm = "0.17"

Expand All @@ -23,7 +23,7 @@ servo-fontconfig = "0.5"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.9"
core-text = "18.0"
core-text = "19"

[dependencies.tui]
version = "0.10"
Expand All @@ -32,4 +32,4 @@ features = ["crossterm"]

# TODO: Delete me if servo-fontconfig-sys's new version will use static lib built by dep -sys crates
[patch.crates-io]
servo-fontconfig-sys = { git = "https://github.com/7sDream/libfontconfig", branch = "for-fontfor" }
servo-fontconfig-sys = { git = "https://github.com/7sDream/libfontconfig", branch = "build/use-dep-built-static-lib-when-possible" }

0 comments on commit 9e07f94

Please sign in to comment.