Skip to content

Commit

Permalink
fltk-rs update
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Feb 5, 2025
1 parent 297c552 commit 8ba3687
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
76 changes: 38 additions & 38 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,24 @@ simplelog = "0.12.2"
strfmt = "0.2.4"
stringreader = "0.1.1"
tiny_http = "0.12.0"
toml = "0.8.19"
toml = "0.8.20"
#ureq = { version = "2.12.1", default-features = false, features = [
# "charset",
# "gzip",
#] }
url = "2.5.4"
xml-rs = "0.8.25"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.5.2", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.4", optional = true }
fltk = { version = "1.5.3", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.5", optional = true }
windows = { version = "0.59.0", features = [
"Win32_Foundation",
"Win32_System_Threading",
] }
winres = "0.1.12"
[target.'cfg(unix)'.dependencies]
fltk = { version = "1.5.2", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.4", optional = true }
fltk = { version = "1.5.3", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.5", optional = true }
libc = "0.2.169"

[patch.crates-io]
Expand Down

0 comments on commit 8ba3687

Please sign in to comment.