1 parent 9e39ee4 commit 46526bbCopy full SHA for 46526bb
1 file changed
src/main.rs
@@ -7,14 +7,15 @@
7
//
8
// -----------------------------------------------------------------------
9
10
+mod app;
11
mod audio_engine;
12
+mod config;
13
mod library;
14
mod scanner;
-mod watcher;
15
+mod theme;
16
mod types;
-mod config;
-mod app;
17
mod ui;
18
+mod watcher;
19
20
use std::{io, sync::{mpsc, Arc}, time::Duration};
21
use crossterm::{
0 commit comments