mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
Fixed input delay (#1044)
* disable rollback * more * more * more * more * more * more
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ mimalloc = "0.1"
|
||||
regex = "1.11"
|
||||
tokio-tungstenite = { version = "0.29", features = ["native-tls"] }
|
||||
matchbox_socket = "0.14"
|
||||
ggrs = { version = "0.12", features = ["sync-send"] }
|
||||
ggrs = { git = "https://github.com/gschup/ggrs.git", features = ["sync-send"] }
|
||||
rustc-hash = "2.1"
|
||||
futures = "0.3"
|
||||
rand = { version = "0.10", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user