Skip to content

Commit

Permalink
removed mod deck
Browse files Browse the repository at this point in the history
  • Loading branch information
7ijme committed Apr 11, 2024
1 parent ac5c635 commit d8cacd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ path = "src/main.rs"
crossterm = "0.27.0"
rand = "0.8.4"
ratatui = "0.26.1"
small-card-deck = "0.1.0"
small-card-deck = "0.1.1"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use app::App;
use std::io;

pub mod app;
mod deck;
pub mod tui;

fn main() -> io::Result<()> {
Expand Down

0 comments on commit d8cacd3

Please sign in to comment.