Skip to content

Commit

Permalink
update core-graphics / foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Nov 6, 2024
1 parent 1d25dfb commit d8e5119
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions input-capture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ ashpd = { version = "0.10", default-features = false, features = [
reis = { version = "0.4", features = ["tokio"], optional = true }

[target.'cfg(target_os="macos")'.dependencies]
core-graphics = { version = "0.23", features = ["highsierra"] }
core-foundation = "0.9.4"
core-graphics = { version = "0.24.0", features = ["highsierra"] }
core-foundation = "0.10.0"
core-foundation-sys = "0.8.6"
libc = "0.2.155"
keycode = "0.4.0"
bitflags = "2.5.0"
bitflags = "2.6.0"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.58.0", features = [
Expand Down
4 changes: 2 additions & 2 deletions input-emulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ashpd = { version = "0.10", default-features = false, features = [
reis = { version = "0.4", features = ["tokio"], optional = true }

[target.'cfg(target_os="macos")'.dependencies]
bitflags = "2.5.0"
core-graphics = { version = "0.23", features = ["highsierra"] }
bitflags = "2.6.0"
core-graphics = { version = "0.24.0", features = ["highsierra"] }
keycode = "0.4.0"

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit d8e5119

Please sign in to comment.