1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -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",
"NSApplication",
"NSBitmapImageRep",
"NSButton",
"NSControl",
"NSGraphics",
"NSImage",
"NSImageRep",
"NSMenu",
"NSMenuItem",
"NSResponder",
"NSView",
"NSWindow",
] }
# windows: