mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make Glutin an optional(default) feature, update gonk's lockfile
This commit is contained in:
parent
a193112988
commit
14ac98849e
2 changed files with 2 additions and 125 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue