diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index a81954f885f..a47ec1ce3b2 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -83,3 +83,6 @@ git = "https://github.com/servo/media" [target.'cfg(not(any(all(target_os = "android", target_arch = "arm"), target_arch = "x86_64")))'.dependencies.servo-media-dummy] git = "https://github.com/servo/media" + +[target.'cfg(target_os = "windows")'.dependencies] +mozangle = { version = "0.2", features = ["egl"] } diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index 41fbf47d734..c9e9c277b28 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -66,7 +66,6 @@ sig = "1.0" x11 = "2.0.0" [target.'cfg(target_os = "windows")'.dependencies] -mozangle = { version = "0.2", features = ["egl"] } winapi = { version = "0.3", features = ["wingdi", "winuser"] } [target.'cfg(any(target_os = "macos", all(target_arch = "x86_64", target_os = "linux")))'.dependencies]