diff options
Diffstat (limited to 'ports/glutin/Cargo.toml')
-rw-r--r-- | ports/glutin/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index 2ac08773f85..c5972db9526 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -17,6 +17,7 @@ bitflags = "*" libc = "*" url = "*" gleam = "0.1" +euclid = "0.1" [dependencies.compositing] path = "../../components/compositing" @@ -24,9 +25,6 @@ path = "../../components/compositing" [dependencies.script_traits] path = "../../components/script_traits" -[dependencies.geom] -git = "https://github.com/servo/rust-geom" - [dependencies.layers] git = "https://github.com/servo/rust-layers" |