aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ead8245..6c192ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"