From 9450972d8414065b005827198340adcd8a3e864a Mon Sep 17 00:00:00 2001 From: jakka Date: Tue, 10 Jun 2025 20:45:35 +0300 Subject: edited tests, finished writing encoder for all bitrates --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 525b072..cdef9ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,5 @@ flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features i24 = "2.1.0" md-5 = "0.10.6" metaflac = "0.2.8" -symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] } +symphonia = { version = "0.5.4", path = "../Symphonia/symphonia", default-features = false, features = ["flac"] } +#symphonia = { git = "https://github.com/pdeljanov/Symphonia.git", branch = "dev-0.6", default-features = false, features = ["flac"] } -- cgit v1.3.1