Skip to content

Commit

Permalink
fix(crate): renamed now conways-game-of-life-tui
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeSchmied committed Feb 29, 2024
1 parent c7d1f72 commit 411d133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 411d133

Please sign in to comment.