Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Nov 16, 2024
1 parent ff7f572 commit d2d93ec
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 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 @@ -64,7 +64,7 @@ log = { version = "0.4.22", features = [
"serde",
] }
parking_lot = "0.12.3"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
simplelog = "0.12.2"
strfmt = "0.2.4"
stringreader = "0.1.1"
Expand All @@ -77,17 +77,17 @@ ureq = { version = "2.10.1", default-features = false, features = [
url = "2.5.3"
xml-rs = "0.8.23"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.4.35", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.36", 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.35", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.36", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.3", optional = true }
libc = "0.2.162"
libc = "0.2.164"

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

0 comments on commit d2d93ec

Please sign in to comment.