diff options
Diffstat (limited to 'components/compositing/Cargo.toml')
-rw-r--r-- | components/compositing/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 67e5229009e..f543f6c0780 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -43,9 +43,6 @@ path = "../devtools_traits" [dependencies.azure] git = "https://github.com/servo/rust-azure" -[dependencies.geom] -git = "https://github.com/servo/rust-geom" - [dependencies.layers] git = "https://github.com/servo/rust-layers" @@ -62,6 +59,7 @@ url = "0.2.35" time = "0.1.17" libc = "*" gleam = "0.1" +euclid = "0.1" [target.x86_64-apple-darwin.dependencies] core-graphics = "*" |