Skip to content

Commit

Permalink
Bring UserSettings to crate level
Browse files Browse the repository at this point in the history
  • Loading branch information
msibaev authored and cowboy8625 committed Oct 21, 2021
1 parent ec4b5a9 commit 80e173b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ use std::time::Duration;
use arguments::cargs;
use characters::Characters;
use gen::{
create_drop_chars, gen_charater_vecs, gen_colors, gen_lengths, gen_times,
gen_color_function,
create_drop_chars, gen_charater_vecs, gen_color_function, gen_colors, gen_lengths, gen_times,
};
use rain::Rain;
use term::{clear, draw};
use update::{reset, update_locations, update_queue};
use user_settings::UserSettings;

const MAXSPEED: u64 = 40;
const MINSPEED: u64 = 200;
Expand Down

0 comments on commit 80e173b

Please sign in to comment.