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

@@ -107,7 +107,7 @@ objc2-foundation = { workspace = true, features = [
"NSThread",
"NSValue",
] }
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
winit-common = { workspace = true, features = ["core-foundation", "event-handler", "foundation"] }
[dev-dependencies]
winit.workspace = true