diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index 6219b90fd..0f08eb7f1 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -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: