summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-25 00:54:46 +0300
committerjakka <jakkadoujin@gmail.com>2025-06-25 00:54:46 +0300
commit715b53059b73d762348b8c1f54d9aa5f65f5262f (patch)
tree61700cd7aacfc56a464e3aa022c40d9d0a2b22ed /Cargo.toml
parent014b75b04e15a8e2e1609ae25cbe393e4e8dbb1d (diff)
started working on my own libflac decoder
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44cac70..fa7e823 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,3 +40,4 @@ symphonia = { git = "https://github.com/sscobici/Symphonia.git", rev = "2213f274
"flac",
] }
console = { version = "0.15.11", features = ["windows-console-colors"] }
+libflac-sys = { version = "0.3.3", default-features = false, features = ["build-flac"] }