added rodio for audio playback and deps

This commit is contained in:
Nickiel12 2022-12-17 23:46:46 -08:00
parent 48c09f9aba
commit 4c4d7ff68d
2 changed files with 3 additions and 0 deletions

View file

@ -16,3 +16,4 @@ rusqlite = {version="0.28.0", features=["bundled"]}
scan_dir = "0.3.3" scan_dir = "0.3.3"
derive_more = "0.99.17" derive_more = "0.99.17"
id3 = "1.5.1" id3 = "1.5.1"
rodio = "0.16.0"

View file

@ -14,6 +14,8 @@ pkgs.mkShell {
ruststable ruststable
sqlite sqlite
sqliteman sqliteman
pkg-config
alsa-lib
]; ];
RUST_BACKTRACE = 1; RUST_BACKTRACE = 1;