Skip to content

Commit

Permalink
fix(core): missing NSImage feature on objc2-app-kit (#11016)
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master authored Sep 16, 2024
1 parent b1dacd5 commit 58465d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ objc2-app-kit = { version = "0.2.2", features = [
"NSResponder",
"NSView",
"NSWindow",
"NSImage",
] }
window-vibrancy = "0.5"

Expand Down

0 comments on commit 58465d4

Please sign in to comment.