diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ edition = "2018" [dependencies] rand = "0.7.0" text_io = "0.1.7" -pancurses = "0.16" +crossterm = "0.13.3" |
![]() |
index : roguerust | |
A little rogue-like game written in Rust |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 2 |
@@ -7,4 +7,4 @@ edition = "2018" [dependencies] rand = "0.7.0" text_io = "0.1.7" -pancurses = "0.16" +crossterm = "0.13.3" |