Skip to content

Commit

Permalink
[mtl] dependencies cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Jun 29, 2018
1 parent e14e9f4 commit 4e5e564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/backend/metal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ block = "0.1"
cocoa = "0.15"
core-foundation = "0.6"
core-graphics = "0.14"
io-surface = "0.10"
smallvec = "0.6"
spirv_cross = "0.9.2"
fxhash = "0.2.1"
1 change: 0 additions & 1 deletion src/backend/metal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ extern crate cocoa;
extern crate derivative;
extern crate foreign_types;
#[macro_use] extern crate objc;
extern crate io_surface;
extern crate core_foundation;
extern crate core_graphics;
#[macro_use] extern crate log;
Expand Down

0 comments on commit 4e5e564

Please sign in to comment.