Skip to content

Commit

Permalink
harfbuzz-sys: Use dep syntax. (#262)
Browse files Browse the repository at this point in the history
This prevents creating implicit features for `core-graphics`,
`core-text`, `foreign-types`, `freetype-sys`, and `windows`.
  • Loading branch information
waywardmonkeys authored Jul 21, 2024
1 parent 3a6ddab commit e0a67df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ optional = true
[features]
default = ["coretext", "directwrite", "freetype"]
bundled = []
coretext = ["core-graphics", "core-text", "foreign-types"]
directwrite = ["windows"]
freetype = ["freetype-sys"]
coretext = ["dep:core-graphics", "dep:core-text", "dep:foreign-types"]
directwrite = ["dep:windows"]
freetype = ["dep:freetype-sys"]

0 comments on commit e0a67df

Please sign in to comment.