From 147d75fca90edd02a4bb3f23ea827006d06fcb48 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 18 Dec 2017 23:52:19 +0800 Subject: ... --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2194651..381e2d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runes" -version = "0.1.1" +version = "0.1.2" authors = ["Determinant "] description = "A no-std NES emulator library written purely in Rust." repository = "https://github.com/Determinant/runes" @@ -12,6 +12,9 @@ license = "MIT" version = "0.31" features = ["unsafe_textures"] +[dev-dependencies.clap] +version = "2.29.0" + [lib] name = "runes" path = "src/lib.rs" -- cgit v1.2.3