From 0738c7a15fc3b2dd35fc3c9495b638898cbcf9cc Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Tue, 16 Jan 2018 01:12:02 +0100 Subject: [PATCH] update Cargo.lock --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b47dc9..5fab0a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,3 @@ -[root] -name = "rustenstein" -version = "0.1.0" -dependencies = [ - "piston_window 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "adler32" version = "1.0.2" @@ -758,6 +751,13 @@ name = "redox_syscall" version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rustenstein" +version = "0.1.0" +dependencies = [ + "piston_window 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rusttype" version = "0.2.3"