diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index c6bb21cd61a..59b98661bed 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -38,7 +38,7 @@ 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"]}