Skip to content

Commit

Permalink
Remove unused fern dependency in amethyst_network
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Nov 16, 2018
1 parent 43b70ea commit 560da4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion amethyst_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ bincode = "1.0"
log = "0.4"
uuid = { version = "0.7.1", features = ["v4","serde"] }
thread_profiler = { version = "0.3" , optional = true }
fern = "0.5"
laminar = "0.1"
1 change: 0 additions & 1 deletion amethyst_network/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ extern crate log;
#[macro_use]
extern crate serde;
extern crate bincode;
extern crate fern;
extern crate laminar;
extern crate shred;
extern crate shrev;
Expand Down

0 comments on commit 560da4c

Please sign in to comment.