moving song related stuff to it's own mod
Gonna try to organize pieces better, so this is step one.
This commit is contained in:
parent
a21190e58b
commit
0d2de5e252
6 changed files with 8 additions and 5 deletions
2
build.rs
2
build.rs
|
@ -11,7 +11,7 @@ fn main() {
|
|||
.file("src/rust/image_model.rs")
|
||||
.file("src/rust/video_model.rs")
|
||||
.file("src/rust/presentation_model.rs")
|
||||
.file("src/rust/song_model.rs")
|
||||
.file("src/rust/songs/song_model.rs")
|
||||
.file("src/rust/ytdl.rs")
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue