mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 20:28:12 +08:00
Desktop: Use tokio async runtime (#3704)
Use tokio because hyper needs it
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ web-sys = { version = "=0.3.77", features = [
|
||||
winit = { git = "https://github.com/rust-windowing/winit.git" }
|
||||
keyboard-types = "0.8"
|
||||
url = "2.5"
|
||||
tokio = { version = "1.29", features = ["fs", "macros", "io-std", "rt"] }
|
||||
tokio = { version = "1.29", features = ["fs", "macros", "io-std", "rt", "rt-multi-thread"] }
|
||||
# Linebender ecosystem (BEGIN)
|
||||
kurbo = { version = "0.12", features = ["serde"] }
|
||||
vello = { git = "https://github.com/linebender/vello" }
|
||||
|
||||
Reference in New Issue
Block a user