diff options
-rw-r--r-- | Cargo.lock | 16 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 9 insertions, 9 deletions
@@ -12,14 +12,6 @@ dependencies = [ ] [[package]] -name = "ascii-renderer-rust" -version = "0.1.0" -dependencies = [ - "cgmath", - "ncurses", -] - -[[package]] name = "autocfg" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -68,6 +60,14 @@ dependencies = [ ] [[package]] +name = "pistol" +version = "0.1.0" +dependencies = [ + "cgmath", + "ncurses", +] + +[[package]] name = "pkg-config" version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1,5 +1,5 @@ [package] -name = "ascii-renderer-rust" +name = "pistol" version = "0.1.0" edition = "2018" |