aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-27 20:07:29 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-27 20:07:29 +0300
commitd6dfb23733f4f767b459358a42dad55a85ffdce2 (patch)
tree3eaf97c399c61cffc4b50e15af87193e84fc3823 /Cargo.toml
parent4150e01639a96c233822a46aa23875faa7ecfd47 (diff)
downloadpistol-d6dfb23733f4f767b459358a42dad55a85ffdce2.tar.gz
chore: install ncurses
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2b152bb..b7d7394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
[dependencies]
cgmath = "0.18.0"
+ncurses = "5.101.0"