load audio from user data dir and create UI

This commit is contained in:
2020-09-22 19:20:03 +01:00
parent 3845a729a2
commit 6235d564e4
2 changed files with 61 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
[dependencies]
dirs = "^3.0.1"
gio = "^0"
gtk = "^0"
rodio = "^0.11.0"