mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Build libEGL.dll on all Windows targets.
This commit is contained in:
parent
9d9fff3b0a
commit
685cf24358
2 changed files with 3 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue