mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-27 15:13:23 +03:00
fix(core): missing NSImage feature on objc2-app-kit (#11016)
This commit is contained in:
parent
b1dacd539a
commit
58465d4f7d
@ -113,6 +113,7 @@ objc2-app-kit = { version = "0.2.2", features = [
|
||||
"NSResponder",
|
||||
"NSView",
|
||||
"NSWindow",
|
||||
"NSImage",
|
||||
] }
|
||||
window-vibrancy = "0.5"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user