diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-05-16 15:20:39 +0200 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-05-16 15:20:39 +0200 |
commit | ef8c75b9dc47142527fc1741d75cf34c66c3ac9d (patch) | |
tree | 836e541b516717f9c00d06e659d4cc7b238193b2 /Cargo.toml | |
parent | 0fc89aa3ec523d3d06546220bae5393232274e13 (diff) | |
download | mt_client-ef8c75b9dc47142527fc1741d75cf34c66c3ac9d.tar.xz |
Split state.rs and add debug menu
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ 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" image = { version = "0.24.5", features = ["jpeg", "png", "bmp", "tga"], default-features = false } @@ -29,4 +30,5 @@ 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" |