diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-27 20:07:29 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-27 20:07:29 +0300 |
commit | d6dfb23733f4f767b459358a42dad55a85ffdce2 (patch) | |
tree | 3eaf97c399c61cffc4b50e15af87193e84fc3823 /Cargo.toml | |
parent | 4150e01639a96c233822a46aa23875faa7ecfd47 (diff) | |
download | pistol-d6dfb23733f4f767b459358a42dad55a85ffdce2.tar.gz |
chore: install ncurses
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ edition = "2018" [dependencies] cgmath = "0.18.0" +ncurses = "5.101.0" |