diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-02-28 09:46:59 +0100 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2018-02-28 09:46:59 +0100 |
commit | c28dcbc3e51f155761be50c76268f0e0fdc3a113 (patch) | |
tree | 649d19670c0e113a83407c9f0308c684c9dd7043 /components/canvas | |
parent | 6fbf2c1e3c8bb5243ebd7eeb432552496d0f336b (diff) | |
download | servo-c28dcbc3e51f155761be50c76268f0e0fdc3a113.tar.gz servo-c28dcbc3e51f155761be50c76268f0e0fdc3a113.zip |
Bump euclid to 0.17
Diffstat (limited to 'components/canvas')
-rw-r--r-- | components/canvas/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index 6da66760c03..0c30044010a 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -14,13 +14,13 @@ azure = {git = "https://github.com/servo/rust-azure"} canvas_traits = {path = "../canvas_traits"} compositing = {path = "../compositing"} cssparser = "0.23.0" -euclid = "0.16" +euclid = "0.17" fnv = "1.0" gleam = "0.4" ipc-channel = "0.9" log = "0.3.5" num-traits = "0.1.32" -offscreen_gl_context = { version = "0.14", features = ["serde", "osmesa"] } +offscreen_gl_context = { version = "0.15", features = ["serde", "osmesa"] } servo_config = {path = "../config"} webrender = {git = "https://github.com/servo/webrender"} webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} |