From e3526b467c24ed7bd551b1814d6076c8f0d42b7d Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 1 Aug 2018 18:46:02 +0200 Subject: [PATCH] Remove unused enumflags dependencies --- ash/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 24bf22e..205661e 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -13,8 +13,6 @@ documentation = "https://docs.rs/ash" shared_library = "0.1.5" lazy_static = "0.2.1" libc = "0.2.26" -enumflags = "*" -enumflags_derive = "*" [features] default = []