forked from servo/webrender
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of servo#356 - nox:euclid, r=nical
Update euclid to 0.10 and offscreen_gl_context to 0.4 <!-- 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/356) <!-- Reviewable:end -->
- Loading branch information
Showing
6 changed files
with
43 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "webrender" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Glenn Watson <[email protected]>"] | ||
license = "MPL-2.0" | ||
repository = "https://github.com/servo/webrender" | ||
|
@@ -14,14 +14,14 @@ app_units = "0.3" | |
bincode = "0.6.0" | ||
bit-set = "0.4" | ||
byteorder = "0.5" | ||
euclid = "0.9" | ||
euclid = "0.10" | ||
fnv="1.0" | ||
gleam = "0.2" | ||
ipc-channel = "0.5" | ||
lazy_static = "0.2" | ||
log = "0.3" | ||
num-traits = "0.1.32" | ||
offscreen_gl_context = {version = "0.3", features = ["serde_serialization"]} | ||
offscreen_gl_context = {version = "0.4", features = ["serde_serialization"]} | ||
rayon = "0.4.0" | ||
time = "0.1" | ||
webrender_traits = {path = "../webrender_traits", default-features = false} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "webrender_traits" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Glenn Watson <[email protected]>"] | ||
license = "MPL-2.0" | ||
repository = "https://github.com/servo/webrender" | ||
|
@@ -13,10 +13,10 @@ nightly = ["euclid/unstable", "serde/unstable"] | |
[dependencies] | ||
app_units = "0.3.0" | ||
byteorder = "0.5" | ||
euclid = "0.9" | ||
euclid = "0.10" | ||
gleam = "0.2.19" | ||
heapsize = "0.3.6" | ||
offscreen_gl_context = {version = "0.3.0", features = ["serde_serialization"]} | ||
offscreen_gl_context = {version = "0.4.0", features = ["serde_serialization"]} | ||
serde = "0.8" | ||
serde_macros = {version = "0.8", optional = true} | ||
ipc-channel = "0.5.0" | ||
|