Skip to content

Commit

Permalink
oops: fix wrong crate name in main.rs
Browse files Browse the repository at this point in the history
+ update Cargo.lock
  • Loading branch information
marcelohdez committed Feb 22, 2024
1 parent 5c409c0 commit 16c870b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 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 src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{process, thread, time::Duration};

use anyhow::{anyhow, Context};
use clap::Parser;
use dim::{
use dim_screen::{
cli::{DimOpts, DEFAULT_ALPHA, DEFAULT_DURATION},
dim::DimData,
};
Expand Down

0 comments on commit 16c870b

Please sign in to comment.