Skip to content

Commit

Permalink
Merge pull request #148 from dheijl/dependabot/cargo/fltk-1.4.35
Browse files Browse the repository at this point in the history
Bump fltk from 1.4.34 to 1.4.35
  • Loading branch information
dheijl authored Oct 22, 2024
2 parents a97df60 + 741cf51 commit 5a8d616
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
19 changes: 13 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 @@ -70,15 +70,15 @@ ureq = { version = "2.10.1", default-features = false, features = [
url = "2.5.2"
xml-rs = "0.8.22"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.4.34", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.35", 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.34", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.35", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.3", optional = true }
libc = "0.2.161"

Expand Down

0 comments on commit 5a8d616

Please sign in to comment.