veloren/client/Cargo.toml

18 lines
426 B
TOML
Raw Normal View History

2019-01-02 17:23:31 +00:00
[package]
name = "veloren-client"
2019-10-10 13:32:53 +00:00
version = "0.4.0"
2019-01-02 17:23:31 +00:00
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
edition = "2018"
[dependencies]
common = { package = "veloren-common", path = "../common" }
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 = "0.22.3"
2019-07-12 18:13:35 +00:00
num_cpus = "1.10.1"
2019-07-29 13:42:26 +00:00
log = "0.4.8"
specs = "0.14.2"
2019-08-25 20:37:48 +00:00
vek = { version = "0.9.9", features = ["serde"] }
hashbrown = { version = "0.6.2", features = ["serde", "nightly"] }