mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)
This commit is contained in:
parent
d6266c7cee
commit
3d8eab424c
26 changed files with 225 additions and 222 deletions
|
@ -18,8 +18,8 @@ heapsize = "0.3.0"
|
|||
heapsize_plugin = "0.1.2"
|
||||
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
||||
plugins = {path = "../plugins"}
|
||||
serde = {version = "0.7.11", features = ["nightly"]}
|
||||
serde_macros = "0.7.11"
|
||||
serde = {version = "0.7.15", features = ["nightly"]}
|
||||
serde_macros = "0.7.15"
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender_traits"
|
||||
|
|
|
@ -74,6 +74,7 @@ pub enum FromLayoutMsg {
|
|||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
#[serde(bound = "")] // Prevent serde from generating cyclic bounds.
|
||||
pub enum Canvas2dMsg {
|
||||
Arc(Point2D<f32>, f32, f32, f32, bool),
|
||||
ArcTo(Point2D<f32>, Point2D<f32>, f32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue