mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Fix using Rust-Analyzer on non-macOS platforms (#4347)
This commit is contained in:
@@ -18,7 +18,6 @@ rwh_06.workspace = true
|
|||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
smol_str.workspace = true
|
smol_str.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
|
|
||||||
winit-core.workspace = true
|
winit-core.workspace = true
|
||||||
|
|
||||||
# Platform-specific
|
# Platform-specific
|
||||||
@@ -107,6 +106,7 @@ objc2-foundation = { workspace = true, features = [
|
|||||||
"NSThread",
|
"NSThread",
|
||||||
"NSValue",
|
"NSValue",
|
||||||
] }
|
] }
|
||||||
|
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
winit.workspace = true
|
winit.workspace = true
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ rwh_06.workspace = true
|
|||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
smol_str.workspace = true
|
smol_str.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
|
|
||||||
winit-core.workspace = true
|
winit-core.workspace = true
|
||||||
|
|
||||||
# Platform-specific
|
# Platform-specific
|
||||||
@@ -70,6 +69,7 @@ objc2-ui-kit = { workspace = true, features = [
|
|||||||
"UIViewController",
|
"UIViewController",
|
||||||
"UIWindow",
|
"UIWindow",
|
||||||
] }
|
] }
|
||||||
|
winit-common = { workspace = true, features = ["core-foundation", "event-handler"] }
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|||||||
Reference in New Issue
Block a user