diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index 9ec80d3e091..8f2f1b579bc 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -8,6 +8,21 @@ authors = ["The Servo Project Developers"] name = "gfx" path = "lib.rs" +[dependencies] +bitflags = "0.3" +euclid = "0.1" +fnv = "1.0" +harfbuzz = "0.1" +libc = "0.1" +log = "0.3" +rand = "0.3" +rustc-serialize = "0.3" +serde = "0.4" +serde_macros = "0.4" +smallvec = "0.1" +string_cache = "0.1" +time = "0.1.12" + [dependencies.plugins] path = "../plugins" @@ -51,21 +66,6 @@ git = "https://github.com/pcwalton/ipc-channel" version = "0.2" features = [ "serde_serialization" ] -[dependencies] -log = "0.3" -fnv = "1.0" -time = "0.1.12" -bitflags = "0.3" -rustc-serialize = "0.3" -libc = "0.1" -rand = "0.3" -harfbuzz = "0.1" -smallvec = "0.1" -string_cache = "0.1" -euclid = "0.1" -serde = "0.4" -serde_macros = "0.4" - [target.x86_64-apple-darwin.dependencies] core-foundation = "0.1" core-graphics = "0.1"