From 2765f6aa610bb332ade564aef420479a4a30f905 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 18 Nov 2017 20:16:37 -0500 Subject: ... --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 30e2288..975b86c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,3 @@ -[root] -name = "runes" -version = "0.1.0" -dependencies = [ - "sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "bitflags" version = "0.7.0" @@ -82,6 +75,13 @@ dependencies = [ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "runes" +version = "0.1.0" +dependencies = [ + "sdl2 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sdl2" version = "0.31.0" -- cgit v1.2.3