Desktop: Use tokio async runtime (#3704)

Use tokio because hyper needs it
This commit is contained in:
Timon
2026-02-02 12:49:15 +01:00
committed by GitHub
parent da518857ad
commit 5ace2c9660
4 changed files with 5 additions and 2 deletions
Generated
+1
View File
@@ -2363,6 +2363,7 @@ dependencies = [
"ron",
"serde",
"thiserror 2.0.16",
"tokio",
"tracing",
"tracing-subscriber",
"vello",