From f1236f1c612cd4581db2425e8d8548651e19cfc7 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Wed, 25 Mar 2026 19:00:28 +0100 Subject: [PATCH] Fix missing `objc2-app-kit` features (#8025) Was missing some features --- crates/eframe/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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: