aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-29 22:06:01 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-29 22:06:13 +0300
commitb79ea97978a38fcb2ac7c776a37531d6babcb84e (patch)
tree8c1e297188e564f15ca48908af1b17943186ad91
parentaed3ae868a379b4ac98b3ec062ea1af3adffcb38 (diff)
downloadpistol-b79ea97978a38fcb2ac7c776a37531d6babcb84e.tar.gz
chore: change project name
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 9 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"
diff --git a/Cargo.toml b/Cargo.toml
index b7d7394..d9612b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "ascii-renderer-rust"
+name = "pistol"
version = "0.1.0"
edition = "2018"