Skip to content

Commit

Permalink
Fix merge conflict of windows dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Oct 6, 2024
1 parent 123a26a commit c6dffa0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fontique/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ icu_locid = "1.5.0"
hashbrown = "0.14.5"

[target.'cfg(target_family="windows")'.dependencies]
dwrote = "0.11.1"
winapi = { version = "0.3.9", features = ["dwrite", "dwrite_1", "dwrite_3", "winnt", "unknwnbase", "libloaderapi", "winnls"] }
wio = "0.2.2"
windows = { version = "0.58.0", features = ["implement", "Win32_Graphics_DirectWrite"] }
windows-core = { version = "0.58" }

[target.'cfg(target_vendor="apple")'.dependencies]
core-text = "20.1.0"
Expand Down

0 comments on commit c6dffa0

Please sign in to comment.