diff options
Diffstat (limited to 'components/canvas')
-rw-r--r-- | components/canvas/Cargo.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index c6bb21cd61a..ff31840b39d 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -28,9 +28,6 @@ path = "../util" [dependencies.gfx_traits] path = "../gfx_traits" -[dependencies.offscreen_gl_context] -git = "https://github.com/ecoal95/rust-offscreen-rendering-context" - [dependencies.ipc-channel] git = "https://github.com/servo/ipc-channel" @@ -38,7 +35,8 @@ git = "https://github.com/servo/ipc-channel" git = "https://github.com/servo/webrender_traits" [dependencies] +euclid = {version = "0.6.4", features = ["plugins"]} +gleam = "0.2.8" log = "0.3.5" num = "0.1.24" -gleam = "0.2.8" -euclid = {version = "0.6.4", features = ["plugins"]} +offscreen_gl_context = "0.1.2" |