diff options
Diffstat (limited to 'components/net/Cargo.toml')
-rw-r--r-- | components/net/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 1b3d96b8771..b99d107d038 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -16,9 +16,6 @@ path = "../util" [dependencies.devtools_traits] path = "../devtools_traits" -[dependencies.geom] -git = "https://github.com/servo/rust-geom" - [dependencies.png] git = "https://github.com/servo/rust-png" @@ -34,3 +31,4 @@ regex_macros = "0.1.8" hyper = "0.5" flate2 = "0.2.0" uuid = "0.1.16" +euclid = "0.1" |