diff --git a/Cargo.toml b/Cargo.toml index 0a5d298d..405ae4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" [dependencies] colored = "2" -mosaic-tile = "0.2" +mosaic-tile = "0.4" pretty-bytes = "0.2" [profile.release] diff --git a/src/main.rs b/src/main.rs index beb57e39..e63cd822 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ mod state; use colored::*; -use mosaic_tile::register_tile; +use mosaic_tile::*; use state::{FsEntry, State}; use std::{cmp::min, fs::read_dir};