Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Dec 9, 2024
1 parent 137b0c3 commit 1733d72
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 31 deletions.
53 changes: 26 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ crossbeam-channel = "0.5.13"
ctrlc = { version = "3.4.5", features = ["termination"] }
dasp_sample = "0.11.0"
dirs = "5.0.1"
fastrand = "2.2.0"
fastrand = "2.3.0"
flac-bound = { version = "0.5.0", default-features = false, features = [
"libflac-noogg",
] }
Expand Down Expand Up @@ -77,17 +77,17 @@ ureq = { version = "2.12.1", default-features = false, features = [
url = "2.5.4"
xml-rs = "0.8.24"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.4.36", features = ["use-ninja"], optional = true }
fltk = { version = "1.5.0", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.3", optional = true }
windows = { version = "0.58.0", features = [
"Win32_Foundation",
"Win32_System_Threading",
] }
winres = "0.1.12"
[target.'cfg(unix)'.dependencies]
fltk = { version = "1.4.36", features = ["use-ninja"], optional = true }
fltk = { version = "1.5.0", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.3", optional = true }
libc = "0.2.167"
libc = "0.2.168"

[patch.crates-io]
#fltk = { git = "https://github.com/fltk-rs/fltk-rs" }
Expand Down

0 comments on commit 1733d72

Please sign in to comment.