summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-07-01 10:22:40 +0300
committerjakka <jakkadoujin@gmail.com>2025-07-01 10:22:40 +0300
commit2ac8079fc38202f04856debe5655635a4368d6df (patch)
tree0968f2831868600b073be6af9eddd90882e75d45 /Cargo.toml
parent715b53059b73d762348b8c1f54d9aa5f65f5262f (diff)
Revert "started working on my own libflac decoder"
This reverts commit 715b53059b73d762348b8c1f54d9aa5f65f5262f.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa7e823..44cac70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,4 +40,3 @@ 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"] }