Skip to content

Commit

Permalink
remove gte
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Apr 27, 2020
1 parent 2454e50 commit 97b9d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pkg-config = { version = "0.3", optional = true }
cc = { version = "1", optional = true }

[target.'cfg(target_vendor = "apple")'.dependencies]
core-graphics = ">=0.19"
core-text = ">=15"
core-graphics = "0.19"
core-text = "15"
foreign-types = "0.3"

[target.'cfg(any(target_os = "android", all(unix, not(target_vendor = "apple"))))'.dependencies]
Expand Down

0 comments on commit 97b9d08

Please sign in to comment.