summaryrefslogtreecommitdiffstats
path: root/font/Cargo.toml
diff options
context:
space:
mode:
authorDavid Hewitt <1939362+davidhewitt@users.noreply.github.com>2020-04-16 19:46:17 +0100
committerGitHub <noreply@github.com>2020-04-16 18:46:17 +0000
commit840cb1b93a68389fab63e5a8f94cdaa2d607d1c3 (patch)
tree16ec6608a9af305c20127369b24b45d3c1d5431f /font/Cargo.toml
parent33abfe34a86863958e70a6b5109eab5740a6bc81 (diff)
Add Windows font fallback
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r--font/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index f647c275..866b14cf 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -23,4 +23,5 @@ core-graphics = "0.17"
core-foundation-sys = "0.6"
[target.'cfg(windows)'.dependencies]
-dwrote = { version = "0.9.0" }
+dwrote = { version = "0.11" }
+winapi = { version = "0.3", features = ["impl-default"] }