docs: fix tokio reference in troubleshooting to match pollster architecture
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user