From 730796a80d0eca520713c20971958e778ee06b67 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 12 Jun 2016 20:26:09 -0400 Subject: basic command line args --- Cargo.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a18a400..10b995f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,6 +2,7 @@ name = "exuberant-bovines" version = "0.1.0" dependencies = [ + "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "glium 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -202,6 +203,11 @@ dependencies = [ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "getopts" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "gif" version = "0.8.0" -- cgit v1.2.3