tasks initial impl (still working on task_on trait method)
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1047,6 +1047,7 @@ dependencies = [
|
||||
"iris-core",
|
||||
"iris-macro",
|
||||
"pollster",
|
||||
"tokio",
|
||||
"unicode-segmentation",
|
||||
"wgpu",
|
||||
"winit",
|
||||
@@ -2575,6 +2576,15 @@ version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.49.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
|
||||
dependencies = [
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.8.23"
|
||||
|
||||
Reference in New Issue
Block a user