fixing more of pres model and setting up song model
This commit is contained in:
parent
5f2f2a90a2
commit
68b30877ed
6 changed files with 98 additions and 77 deletions
1
build.rs
1
build.rs
|
@ -10,6 +10,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/ytdl.rs")
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue