Skip to content

Commit ee20ba0

Browse files
committed
Migrate to futures-lite
1 parent ae00abb commit ee20ba0

File tree

3 files changed

+253
-240
lines changed

3 files changed

+253
-240
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ build = false
88
spirv-builder = "0.6.0"
99
ctrlc = "3.2.5"
1010
notify = "5.1.0"
11-
futures = { version = "0.3.26", features = ["thread-pool"] }
11+
12+
futures-lite = "1.12.0"
13+
async-executor = "1.5.0"
14+
async-channel = "1.8.0"
15+
easy-parallel = "3.2.0"
16+
1217
tracing = "0.1.37"
1318
tracing-subscriber = "0.3.16"
1419
clap = { version = "4.1.6", features = ["derive"] }

0 commit comments

Comments
 (0)