summaryrefslogblamecommitdiff
path: root/src/data.rs
blob: f72fbcf3bfe7d419a94af33d20c86ba338451be3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                    
                    








                                                                              
pub mod list;
pub mod gameversion;
pub mod modloader;
pub mod projectinfo;
pub mod modification;

pub static STYLE_BAR_BYTE: &str =
    "{spinner:.green}{wide_msg}{bytes}/{total_bytes} [{bar:.green/lime}]";
pub static STYLE_BAR_POS: &str = " {wide_msg}{pos}/{len} [{bar:.green/lime}]";
pub static STYLE_SPINNER: &str = "{spinner:.green}{wide_msg}";
pub static STYLE_OPERATION: &str = " {wide_msg}";
pub static STYLE_MESSAGE: &str = "{wide_msg}";
pub static PROGRESS_CHARS: &str = "#>-";