Skip to content

Commit 43ecf4b

Browse files
authored
feat: Support multiple top-level windows on Unix (#292)
1 parent cf61e47 commit 43ecf4b

16 files changed

+674
-336
lines changed

Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

platforms/unix/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ edition = "2021"
1313
[features]
1414
default = ["async-io"]
1515
async-io = ["zbus/async-io"]
16-
tokio = ["dep:once_cell", "dep:tokio", "zbus/tokio"]
16+
tokio = ["dep:tokio", "zbus/tokio"]
1717

1818
[dependencies]
1919
accesskit = { version = "0.11.2", path = "../../common" }
2020
accesskit_consumer = { version = "0.15.2", path = "../../consumer" }
2121
async-channel = "1.8.0"
22+
async-once-cell = "0.5.3"
2223
atspi = { version = "0.10.1", default-features = false }
2324
futures-lite = "1.12.0"
24-
once_cell = { version = "1.17.1", optional = true }
25+
once_cell = "1.17.1"
2526
serde = "1.0"
2627
tokio = { version = "1.10.0", optional = true, features = ["rt", "net", "time"] }
2728
zbus = { version = "3.6", default-features = false }

0 commit comments

Comments
 (0)