Add playback and basic player UI

This commit is contained in:
Elias Projahn 2020-11-07 16:11:08 +01:00
parent c12d8b01bd
commit 435fa23d76
14 changed files with 806 additions and 49 deletions

View file

@ -15,6 +15,7 @@ mod config;
mod backend;
mod database;
mod dialogs;
mod player;
mod screens;
mod widgets;