summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-24 02:34:27 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-24 02:34:27 +0200
commit63d0c704e889f0b05f03f39903378324ca5b6431 (patch)
treec94be1e2dabc05fba54577d2a639da44a6f65c04 /Cargo.toml
parentef8c75b9dc47142527fc1741d75cf34c66c3ac9d (diff)
downloadmt_client-63d0c704e889f0b05f03f39903378324ca5b6431.tar.xz
Respect server-sent movement settings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4d5af9..941d3eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,6 @@ bytemuck = { version = "1.13.0", features = ["derive"] }
cgmath = "0.17.0"
collision = "0.20.1"
crossbeam-channel = "0.5.8"
-fps-camera = "0.1.2"
fps_counter = "2.0.0"
futures = { version = "0.3.26" }
guillotiere = "0.6.2"
@@ -27,8 +26,7 @@ serde = { version = "1.0.159", features = ["derive"] }
serde_yaml = "0.9.21"
sha2 = "0.10.6"
srp = { git = "https://github.com/minetest-rust/PAKEs.git" }
-threadpool = "1.8.1"
tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread", "signal"] }
wgpu = "0.15.1"
wgpu_glyph = "0.19.0"
-winit = "0.28.1"
+winit = "0.28.6"