Fixed input delay (#1044)

* disable rollback

* more

* more

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-06-09 16:10:49 +02:00
committed by GitHub
parent 8c4be03ab7
commit af163dac62
13 changed files with 174 additions and 109 deletions
+1 -1
View File
@@ -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"] }