Make Glutin an optional(default) feature, update gonk's lockfile

This commit is contained in:
Manish Goregaokar 2015-02-07 02:39:13 +05:30
parent a193112988
commit 14ac98849e
2 changed files with 2 additions and 125 deletions

View file

@ -30,7 +30,7 @@ path = "../../tests/contenttest.rs"
harness = false
[features]
default = ["window"]
default = ["glutin_app", "window"]
window = ["glutin_app/window"]
headless = ["glutin_app/headless"]
@ -60,6 +60,7 @@ path = "../devtools"
[dependencies.glutin_app]
path = "../../ports/glutin"
optional = true
[dependencies.android_glue]
path = "../../support/android-rs-glue/glue"