adding song_editor and trying to embed song_model to it

This commit is contained in:
Chris Cochrun 2023-10-06 08:35:02 -05:00
parent 19e3c71ff2
commit e1a6e65295
4 changed files with 62 additions and 15 deletions

View file

@ -12,6 +12,7 @@ fn main() {
.file("src/rust/video_model.rs")
.file("src/rust/presentation_model.rs")
.file("src/rust/songs/song_model.rs")
.file("src/rust/songs/song_editor.rs")
.file("src/rust/ytdl.rs")
.file("src/rust/utils.rs")
.build();