mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix missing backtrace
build error on Android
This commit is contained in:
parent
e77ecccc48
commit
ee358cd12d
2 changed files with 1 additions and 2 deletions
|
@ -45,6 +45,7 @@ style_tests = {path = "../../tests/unit/style"}
|
|||
util_tests = {path = "../../tests/unit/util"}
|
||||
|
||||
[dependencies]
|
||||
backtrace = "0.2"
|
||||
browserhtml = {git = "https://github.com/browserhtml/browserhtml", branch = "crate"}
|
||||
canvas = {path = "../canvas"}
|
||||
canvas_traits = {path = "../canvas_traits"}
|
||||
|
@ -88,7 +89,6 @@ features = ["serde_derive"]
|
|||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
sig = "0.1"
|
||||
backtrace = "0.2"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
log = "0.3"
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#[cfg(target_os = "android")]
|
||||
#[macro_use]
|
||||
extern crate android_glue;
|
||||
#[cfg(not(target_os = "android"))]
|
||||
extern crate backtrace;
|
||||
// The window backed by glutin
|
||||
extern crate glutin_app as app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue