From 715b53059b73d762348b8c1f54d9aa5f65f5262f Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 25 Jun 2025 00:54:46 +0300 Subject: started working on my own libflac decoder --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.3.1