fix(core): missing NSImage feature on objc2-app-kit (#11016)

This commit is contained in:
Tony 2024-09-16 12:40:26 +08:00 committed by GitHub
parent b1dacd539a
commit 58465d4f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ objc2-app-kit = { version = "0.2.2", features = [
"NSResponder",
"NSView",
"NSWindow",
"NSImage",
] }
window-vibrancy = "0.5"