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 }
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue