aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-10-10 12:05:09 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-10-12 10:19:27 -0400
commit98123059420301308714b476eb84cbf72bc21980 (patch)
treed676fdb2f771ab1cab1ad6660025b1084846e595 /Cargo.toml
parent0d705676db3f1b6b0a6464440bb8f937ea7f4bdf (diff)
downloadservo-98123059420301308714b476eb84cbf72bc21980.tar.gz
servo-98123059420301308714b476eb84cbf72bc21980.zip
Use winapi fork that supports UWP arm64 target.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bfc0013f4d..f054327d267 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,3 +31,5 @@ rand_os = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3
rand_core = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" }
# https://github.com/cuviper/autocfg/pull/10
autocfg = { git = "https://github.com/servo/autocfg", branch = "rustflags" }
+# https://github.com/retep998/winapi-rs/pull/816
+winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }