Skip to content

Commit

Permalink
disable ogg and switch to latest flac-bound repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Jul 18, 2022
1 parent 48e9384 commit 4fb6fcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ bitflags = "1.3.2"
cpal = "0.13.5"
crossbeam-channel = "0.5.5"
dirs = "4.0.0"
flac-bound = { version = "0.2.0", features = ["libflac-sys"] }
flac-bound = { version = "0.2.0", default-features = false, features = [
"libflac-noogg",
] }
fltk = { version = "1.3.11", features = ["use-ninja"] }
#fltk-flow = "0.1.4"
htmlescape = "0.3.1"
Expand Down Expand Up @@ -50,4 +52,5 @@ libc = "0.2.126"
#fltk = { git = "https://github.com/fltk-rs/fltk-rs" }
#tiny_http = { git = "https://github.com/tiny-http/tiny-http" }
#cpal = { git = "https://github.com/RustAudio/cpal" }
flac-bound = { git = "https://github.com/dheijl/flac-bound" }
#flac-bound = { git = "https://github.com/dheijl/flac-bound" }
flac-bound = { git = "https://github.com/nabijaczleweli/flac-bound" }

0 comments on commit 4fb6fcd

Please sign in to comment.