File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ rwh_06.workspace = true
1818serde = { workspace = true , optional = true }
1919smol_str.workspace = true
2020tracing.workspace = true
21- winit-common = { workspace = true , features = [" core-foundation" , " event-handler" ] }
2221winit-core.workspace = true
2322
2423# Platform-specific
@@ -107,6 +106,7 @@ objc2-foundation = { workspace = true, features = [
107106 " NSThread" ,
108107 " NSValue" ,
109108] }
109+ winit-common = { workspace = true , features = [" core-foundation" , " event-handler" ] }
110110
111111[dev-dependencies ]
112112winit.workspace = true
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ rwh_06.workspace = true
1818serde = { workspace = true , optional = true }
1919smol_str.workspace = true
2020tracing.workspace = true
21- winit-common = { workspace = true , features = [" core-foundation" , " event-handler" ] }
2221winit-core.workspace = true
2322
2423# Platform-specific
@@ -70,6 +69,7 @@ objc2-ui-kit = { workspace = true, features = [
7069 " UIViewController" ,
7170 " UIWindow" ,
7271] }
72+ winit-common = { workspace = true , features = [" core-foundation" , " event-handler" ] }
7373
7474[package .metadata .docs .rs ]
7575all-features = true
You can’t perform that action at this time.
0 commit comments