1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Fix missing objc2-app-kit features (#8025)

Was missing some features
This commit is contained in:
Lucas Meurer
2026-03-25 19:00:28 +01:00
committed by GitHub
parent 048f8ccd2a
commit f1236f1c61

View File

@@ -170,12 +170,16 @@ objc2-app-kit = { workspace = true, default-features = false, features = [
"std", "std",
"NSApplication", "NSApplication",
"NSBitmapImageRep", "NSBitmapImageRep",
"NSButton",
"NSControl",
"NSGraphics", "NSGraphics",
"NSImage", "NSImage",
"NSImageRep", "NSImageRep",
"NSMenu", "NSMenu",
"NSMenuItem", "NSMenuItem",
"NSResponder", "NSResponder",
"NSView",
"NSWindow",
] } ] }
# windows: # windows: