From 4c4d7ff68ddd8e8878275cf27580a3cd13570549 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 17 Dec 2022 23:46:46 -0800 Subject: [PATCH] added rodio for audio playback and deps --- Cargo.toml | 1 + shell.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index db98c40..db2e311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/shell.nix b/shell.nix index 8141a13..6d48b6f 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,8 @@ pkgs.mkShell { ruststable sqlite sqliteman + pkg-config + alsa-lib ]; RUST_BACKTRACE = 1;