Skip to content

Commit

Permalink
update fltk
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Feb 21, 2024
1 parent ae3c9f4 commit 9027770
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ ureq = { version = "2.9.6", default-features = false, features = [
url = "2.5.0"
xml-rs = "0.8.19"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.4.24", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.25", features = ["use-ninja"], optional = true }
windows = { version = "0.52.0", features = [
"Win32_Foundation",
"Win32_System_Threading",
] }
winres = "0.1.12"
[target.'cfg(unix)'.dependencies]
fltk = { version = "1.4.24", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.25", features = ["use-ninja"], optional = true }
libc = "0.2.153"

[patch.crates-io]
Expand Down

0 comments on commit 9027770

Please sign in to comment.