diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-06-05 15:54:08 +0300 |
|---|---|---|
| committer | jakka <jakkadoujin@gmail.com> | 2025-06-05 15:54:08 +0300 |
| commit | 4ecfc50de96a07de00757a625546b9fc43e9c2c3 (patch) | |
| tree | 0c536be78e6661e083e71ae2673bd50d1882d0b8 /Cargo.toml | |
| parent | 5b3c64bc68a22d9b6a1cc8fe7082f589ed8b6983 (diff) | |
switched to symphonia 0.6-dev for flac decoding, no 32 bit flac implementation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,11 +2,12 @@ name = "reencoder" version = "0.1.0" edition = "2024" +repository = "https://github.com/justjakka/reencoder/" [dependencies] anyhow = "1.0.98" -claxon = "0.4.3" flac-bound = { version = "0.5.0", features = ["libflac-noogg"], default-features = false } 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"] } |
