aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/Cargo.toml')
-rw-r--r--components/script/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 6d08b21bcec..31be05ac9bb 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -48,9 +48,6 @@ path = "../canvas_traits"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
-[dependencies.geom]
-git = "https://github.com/servo/rust-geom"
-
[dependencies.js]
git = "https://github.com/servo/rust-mozjs"
@@ -82,3 +79,4 @@ smallvec = "0.1"
html5ever = "0.1"
string_cache = "0.1"
string_cache_plugin = "0.1"
+euclid = "0.1"