diff --git a/harfbuzz-sys/Cargo.toml b/harfbuzz-sys/Cargo.toml index 7bca1418..d1338f37 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -32,7 +32,7 @@ core-text = { version = "20", optional = true } foreign-types = { version = "0.5", optional = true } [target.'cfg(target_family = "windows")'.dependencies.windows] -version = "0.58" +version = "0.59" optional = true features = ["Win32_Graphics_DirectWrite"]