diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-10 20:45:35 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-10 20:45:35 +0300 |
| commit | 9450972d8414065b005827198340adcd8a3e864a (patch) | |
| tree | 475f6dc49fc799aa89cc0e1a1fa524d63af35140 /Cargo.toml | |
| parent | 6637e834af047c76eb18cfcce512995d7f8c9d8f (diff) | |
edited tests, finished writing encoder for all bitrates
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] } |
