mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Add ANGLE support to default embedding.
This commit is contained in:
parent
af077f8cf7
commit
3bfbfa79d9
5 changed files with 49 additions and 11 deletions
|
@ -66,6 +66,7 @@ sig = "1.0"
|
|||
x11 = "2.0.0"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
mozangle = { version = "0.1", 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