Fix using Rust-Analyzer on non-macOS platforms (#4347)
This commit is contained in:
parent
9a03dacbde
commit
014fb68a26
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue