From: Kostya Shishkov Date: Thu, 22 Jun 2017 13:25:58 +0000 (+0200) Subject: remove unused bitflags dependency X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;ds=sidebyside;h=42d5b1542736dde951e1752a1edb11272d833539;p=nihav.git remove unused bitflags dependency --- diff --git a/Cargo.toml b/Cargo.toml index 54f5e79..ce56480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,6 @@ name = "nihav" version = "0.1.0" authors = ["Kostya Shishkov "] -[dependencies] -bitflags = "0.5.0" - [features] default = ["all_decoders", "all_demuxers"] demuxers = []