Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused dependencies from the msg crate. #9249

Merged
merged 1 commit into from Jan 11, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -10,10 +10,6 @@ path = "lib.rs"
[dependencies.util]
path = "../util"

[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]

[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]
@@ -26,15 +22,10 @@ path = "../plugins"

[dependencies]
cssparser = { version = "0.4", features = [ "serde-serialization" ] }
app_units = {version = "0.1", features = ["plugins"]}
bitflags = "0.3"
hyper = { version = "0.7", features = [ "serde-serialization" ] }
rustc-serialize = "0.3.4"
euclid = {version = "0.4", features = ["plugins"]}
serde = "0.6"
serde_macros = "0.6"
url = "0.5.2"

[target.x86_64-apple-darwin.dependencies]
core-foundation = "0.2"
io-surface = "0.1.0"
@@ -5,17 +5,11 @@
#![feature(custom_attribute, custom_derive, plugin)]
#![plugin(serde_macros, plugins)]

extern crate app_units;
extern crate azure;
#[macro_use]
extern crate bitflags;
#[cfg(target_os = "macos")]
extern crate core_foundation;
extern crate cssparser;
extern crate euclid;
extern crate hyper;
#[cfg(target_os = "macos")]
extern crate io_surface;
extern crate ipc_channel;
extern crate layers;
extern crate rustc_serialize;

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.