Skip to content

Commit

Permalink
Remove unused dependency on util from geckolib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Aug 23, 2016
1 parent 581e69f commit fe6b0b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ports/geckolib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ports/geckolib/Cargo.toml
Expand Up @@ -23,4 +23,3 @@ selectors = "0.11"
style = {path = "../../components/style", features = ["gecko"]}
style_traits = {path = "../../components/style_traits"}
url = "1.2"
util = {path = "../../components/util"}
1 change: 0 additions & 1 deletion ports/geckolib/lib.rs
Expand Up @@ -15,7 +15,6 @@ extern crate selectors;
extern crate style;
extern crate style_traits;
extern crate url;
extern crate util;

mod context;
mod data;
Expand Down

0 comments on commit fe6b0b8

Please sign in to comment.