added rodio for audio playback and deps
This commit is contained in:
parent
48c09f9aba
commit
4c4d7ff68d
2 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,4 @@ rusqlite = {version="0.28.0", features=["bundled"]}
|
|||
scan_dir = "0.3.3"
|
||||
derive_more = "0.99.17"
|
||||
id3 = "1.5.1"
|
||||
rodio = "0.16.0"
|
||||
|
|
|
@ -14,6 +14,8 @@ pkgs.mkShell {
|
|||
ruststable
|
||||
sqlite
|
||||
sqliteman
|
||||
pkg-config
|
||||
alsa-lib
|
||||
];
|
||||
|
||||
RUST_BACKTRACE = 1;
|
||||
|
|
Loading…
Reference in a new issue