Skip to content

Commit

Permalink
fix(deps): update object-c packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent db4ceaa commit 1cefd89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions backend/nyanpasu-egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ specta = { version = "=2.0.0-rc.22", features = ["serde"] }
clap = { version = "4", features = ["derive"] }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2-foundation = "0.2.2"
objc2-app-kit = "0.2.2"
objc2 = "0.6.0"
objc2-foundation = "0.3.0"
objc2-app-kit = "0.3.0"
2 changes: 1 addition & 1 deletion backend/tauri-plugin-deep-link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ winreg = "0.55.0"
tokio = { version = "1", features = ["full"] }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2 = "0.6.0"
6 changes: 3 additions & 3 deletions backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ tauri-plugin-global-shortcut = "2.2.0"
openssl = { version = "0.10", features = ["vendored"] }

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2-app-kit = { version = "0.2.2", features = [
objc2 = "0.6.0"
objc2-app-kit = { version = "0.3.0", features = [
"NSApplication",
"NSResponder",
"NSRunningApplication",
"NSWindow",
"NSView",
] }
objc2-foundation = { version = "0.2.2", features = ["NSGeometry"] }
objc2-foundation = { version = "0.3.0", features = ["NSGeometry"] }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.29.0", features = ["user", "fs"] }
Expand Down

0 comments on commit 1cefd89

Please sign in to comment.