Skip to content

Commit

Permalink
Auto merge of #12893 - servo:glutinup, r=metajack
Browse files Browse the repository at this point in the history
Update glutin.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12893)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 16, 2016
2 parents 2b74e94 + 028918d commit e539155
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
25 changes: 12 additions & 13 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/servo/Cargo.toml
Expand Up @@ -90,7 +90,7 @@ backtrace = "0.2"

[target.'cfg(target_os = "android")'.dependencies]
log = "0.3"
android_glue = "0.1.3"
android_glue = "0.2"

[target.'cfg(not(target_os = "windows"))'.dependencies]
gaol = {git = "https://github.com/servo/gaol"}
25 changes: 12 additions & 13 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ports/glutin/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ log = "0.3.5"
msg = {path = "../../components/msg"}
net_traits = {path = "../../components/net_traits"}
script_traits = {path = "../../components/script_traits"}
servo-glutin = "0.5"
servo-glutin = "0.6"
style_traits = {path = "../../components/style_traits"}
url = {version = "1.2", features = ["heap_size"]}
util = {path = "../../components/util"}
Expand Down

0 comments on commit e539155

Please sign in to comment.