Use futures crate to await collection rendering concurrently

This commit is contained in:
Reinout Meliesie 2025-02-12 10:27:29 +01:00
parent 85b0fc2f21
commit e633000de5
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
3 changed files with 33 additions and 3 deletions

View file

@ -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" ] }