Remove symlinking between winit-appkit and winit-uikit (#4530)

This commit is contained in:
Mads Marquart
2026-03-26 05:49:12 +01:00
committed by GitHub
parent ba856e127a
commit 557d285170
11 changed files with 21 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ objc2-ui-kit = { workspace = true, features = [
"UIViewController",
"UIWindow",
] }
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
winit-common = { workspace = true, features = ["core-foundation", "event-handler", "foundation"] }
[package.metadata.docs.rs]
all-features = true