Use futures crate to await collection rendering concurrently
This commit is contained in:
parent
85b0fc2f21
commit
e633000de5
3 changed files with 33 additions and 3 deletions
|
@ -12,5 +12,6 @@ lto = true
|
|||
[ dependencies ]
|
||||
async-sqlite = { version = "0.4.0" , default-features = false }
|
||||
fallible-iterator = "0.3.0" # Must match version used by async-sqlite
|
||||
futures = "0.3.31"
|
||||
gtk4 = { version = "0.9.5" , features = [ "v4_16" ] }
|
||||
libadwaita = { version = "0.7.1" , features = [ "v1_6" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue