feat: dependencies up-to-date

This commit is contained in:
veeso
2023-04-18 11:58:10 +02:00
parent f6b2c814c0
commit e1a2255a58
7 changed files with 739 additions and 395 deletions

View File

@@ -16,9 +16,8 @@ use std::str::FromStr;
use std::string::ToString;
bitflags! {
/// ## ExplorerOpts
///
/// ExplorerOpts are bit options which provides different behaviours to `FileExplorer`
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
pub(crate) struct ExplorerOpts: u32 {
const SHOW_HIDDEN_FILES = 0b00000001;
}