diff --git a/winit-appkit/Cargo.toml b/winit-appkit/Cargo.toml index f95e1c29..a4f590ea 100644 --- a/winit-appkit/Cargo.toml +++ b/winit-appkit/Cargo.toml @@ -18,7 +18,6 @@ rwh_06.workspace = true serde = { workspace = true, optional = true } smol_str.workspace = true tracing.workspace = true -winit-common = { workspace = true, features = ["core-foundation", "event-handler"] } winit-core.workspace = true # Platform-specific @@ -107,6 +106,7 @@ objc2-foundation = { workspace = true, features = [ "NSThread", "NSValue", ] } +winit-common = { workspace = true, features = ["core-foundation", "event-handler"] } [dev-dependencies] winit.workspace = true diff --git a/winit-uikit/Cargo.toml b/winit-uikit/Cargo.toml index 70b635cc..3784bc32 100644 --- a/winit-uikit/Cargo.toml +++ b/winit-uikit/Cargo.toml @@ -18,7 +18,6 @@ rwh_06.workspace = true serde = { workspace = true, optional = true } smol_str.workspace = true tracing.workspace = true -winit-common = { workspace = true, features = ["core-foundation", "event-handler"] } winit-core.workspace = true # Platform-specific @@ -70,6 +69,7 @@ objc2-ui-kit = { workspace = true, features = [ "UIViewController", "UIWindow", ] } +winit-common = { workspace = true, features = ["core-foundation", "event-handler"] } [package.metadata.docs.rs] all-features = true