From d534834847a1804d3bab9c4924565da3eeed522a Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 30 Sep 2018 17:52:20 -0500 Subject: [PATCH] ... --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a3b655..78a5b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "imlib2" -version = "0.1.0" +version = "0.1.1" dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "imlib2-sys 0.1.0", @@ -372,7 +372,7 @@ dependencies = [ "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", - "imlib2 0.1.0", + "imlib2 0.1.1", "leanshot_xlib 0.1.1", "nanovg 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",