From 5df0c2320d5c9be3268b4f256c97a635d0ebbd25 Mon Sep 17 00:00:00 2001 From: maik klein Date: Sat, 24 Dec 2016 00:12:41 +0100 Subject: [PATCH] Deleted the wrong library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43572d0..61f02b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ keywords = ["vulkan", "graphic"] documentation = "https://docs.rs/ash" [dependencies] -sharedlib = "6.0.0" +shared_library = "0.1.5" lazy_static = "0.2.1"