Render images on background thread to keep UI responsive

This commit is contained in:
2025-02-15 18:33:18 -05:00
parent a82389224f
commit a461faf89d
5 changed files with 337 additions and 163 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ rubato = "0.16"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thread-priority = "1"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync"] }
tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync", "time"] }
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
wgpu = "23"