diff --git a/Cargo.toml b/Cargo.toml index 63c1903..14a8f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "conways-game-of-life-cli-rs" +name = "conways-game-of-life-tui" version = "0.1.0" authors = ["Jeromos Kovacs "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index 908c0c0..bdc8ee5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -use conways_game_of_life_cli_rs::{app::App, *}; +use conways_game_of_life_tui::{app::App, *}; use crossterm::{ event::{self, poll, Event}, execute,