Skip to content

Commit

Permalink
bump fltk-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Apr 6, 2024
1 parent 210c0d6 commit 111f010
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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,14 +70,14 @@ ureq = { version = "2.9.6", default-features = false, features = [
url = "2.5.0"
xml-rs = "0.8.20"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.4.27", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.28", features = ["use-ninja"], optional = true }
windows = { version = "0.54.0", features = [
"Win32_Foundation",
"Win32_System_Threading",
] }
winres = "0.1.12"
[target.'cfg(unix)'.dependencies]
fltk = { version = "1.4.27", features = ["use-ninja"], optional = true }
fltk = { version = "1.4.28", features = ["use-ninja"], optional = true }
libc = "0.2.153"

[patch.crates-io]
Expand Down

0 comments on commit 111f010

Please sign in to comment.