]> git.lizzy.rs Git - mt_client.git/blob - Cargo.toml
Basic map rendering
[mt_client.git] / Cargo.toml
1 [package]
2 name = "mt_client"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 bytemuck = { version = "1.13.0", features = ["derive"] }
8 cgmath = "0.17.0"
9 fps-camera = "0.1.2"
10 futures = { version = "0.3.26" }
11 guillotiere = "0.6.2"
12 image = { version = "0.24.5", features = ["jpeg", "png", "bmp", "tga"], default-features = false }
13 lerp = "0.4.0"
14 mt_net = { git = "https://github.com/minetest-rust/mt_net", features = ["conn", "client"] }
15 rand = "0.8.5"
16 rust-embed = "6.4.2"
17 sha2 = "0.10.6"
18 srp = { git = "https://github.com/minetest-rust/PAKEs.git" }
19 threadpool = "1.8.1"
20 tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread", "signal"] }
21 wgpu = "0.15.1"
22 winit = "0.28.1"