veloren/client/Cargo.toml

19 lines
668 B
TOML
Raw Normal View History

2019-01-02 17:23:31 +00:00
[package]
name = "veloren-client"
2020-05-15 22:50:40 +00:00
version = "0.6.0"
2019-01-02 17:23:31 +00:00
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[dependencies]
2020-01-27 22:41:30 +00:00
common = { package = "veloren-common", path = "../common", features = ["no-assets"] }
2019-01-02 17:23:31 +00:00
byteorder = "1.3.2"
2019-07-29 13:42:26 +00:00
uvth = "3.1.1"
image = { version = "0.22.3", default-features = false, features = ["png"] }
2019-07-12 18:13:35 +00:00
num_cpus = "1.10.1"
tracing = { version = "0.1", default-features = false }
2019-11-30 06:41:20 +00:00
specs = "0.15.1"
vek = { version = "0.11.0", features = ["serde"] }
hashbrown = { version = "0.6", features = ["rayon", "serde", "nightly"] }
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "223a4097f7ebc8d451936dccb5e6517194bbf086" }