From d6dfb23733f4f767b459358a42dad55a85ffdce2 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 27 Oct 2021 20:07:29 +0300 Subject: chore: install ncurses --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3