diff --git a/Cargo.toml b/Cargo.toml index 474c4cd..787dae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,12 +29,10 @@ name = "cgmath" [features] unstable = [] -[dependencies.rustc-serialize] -rustc_serialize = "0.3" - [dependencies] num = "0.1" rand = "0.3" +rustc-serialize = "0.3" [dev-dependencies] glium = "0.13.5"