mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Disable gaol on android
This commit is contained in:
parent
71f9619e60
commit
16beb65d49
5 changed files with 32 additions and 10 deletions
|
@ -45,5 +45,5 @@ servo_url = {path = "../url"}
|
|||
webvr_traits = {path = "../webvr_traits"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios")))'.dependencies]
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android")))'.dependencies]
|
||||
gaol = {git = "https://github.com/servo/gaol"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue