Skip to content

Commit

Permalink
Auto merge of #3104 - kvark:plane-update, r=nical
Browse files Browse the repository at this point in the history
Update plane-split dependency

A follow-up to #3093
Fixes #3096
Meat of the fix is in servo/plane-split#22

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/3104)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 22, 2018
2 parents 63e2c9c + 943d407 commit 3f6016f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ image = { optional = true, version = "0.19" }
lazy_static = "1"
log = "0.4"
num-traits = "0.2"
plane-split = "0.13.1"
plane-split = "0.13.2"
png = { optional = true, version = "0.12" }
rayon = "1"
ron = { optional = true, version = "0.1.7" }
Expand Down

0 comments on commit 3f6016f

Please sign in to comment.