songs are nearly working entirely

Still needs audio and text_alignment, but it's nearly finished, then
we can find a way to load an entire presentation at once and then
track the changes to the presentation, and load songs from the files
This commit is contained in:
Chris Cochrun 2024-12-05 22:40:21 -06:00
parent 8c29e7900a
commit 9bd657f139
4 changed files with 21 additions and 12 deletions

View file

@ -23,5 +23,5 @@ ron = "0.8.1"
sqlx = { version = "0.8.2", features = ["sqlite"] }
dirs = "5.0.1"
tokio = "1.41.1"
crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.1" }
crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" }