docs: fix tokio reference in troubleshooting to match pollster architecture

This commit is contained in:
2026-05-31 22:43:52 -05:00
parent 0479cdf4e4
commit 45b6819f1e

View File

@@ -10,7 +10,7 @@
```toml ```toml
wgpu = "29" wgpu = "29"
winit = "0.30" winit = "0.30"
tokio = { version = "1", features = ["rt", "macros"] } pollster = "0.4"
bytemuck = { version = "1", features = ["derive"] } bytemuck = { version = "1", features = ["derive"] }
log = "0.4" log = "0.4"
simple_logger = "5" simple_logger = "5"