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"] }
|
2020-07-01 07:30:38 +00:00
|
|
|
network = { package = "veloren_network", path = "../network", default-features = false }
|
2019-01-02 17:23:31 +00:00
|
|
|
|
2019-10-16 11:39:41 +00:00
|
|
|
byteorder = "1.3.2"
|
2019-07-29 13:42:26 +00:00
|
|
|
uvth = "3.1.1"
|
2020-07-01 07:30:38 +00:00
|
|
|
futures-util = "0.3"
|
|
|
|
futures-executor = "0.3"
|
2020-07-06 14:23:08 +00:00
|
|
|
futures-timer = "2.0"
|
|
|
|
image = { version = "0.22.5", default-features = false, features = ["png"] }
|
2019-07-12 18:13:35 +00:00
|
|
|
num_cpus = "1.10.1"
|
2020-06-21 21:47:49 +00:00
|
|
|
tracing = { version = "0.1", default-features = false }
|
2020-07-09 17:46:30 +00:00
|
|
|
specs = { git = "https://github.com/amethyst/specs.git", rev = "7a2e348ab2223818bad487695c66c43db88050a5" }
|
2020-06-01 00:13:35 +00:00
|
|
|
vek = { version = "0.11.0", features = ["serde"] }
|
2020-07-06 07:15:06 +00:00
|
|
|
hashbrown = { version = "0.7.2", features = ["rayon", "serde", "nightly"] }
|
2020-07-28 22:05:23 +00:00
|
|
|
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "57784d2135a2c81ff0266f52a528da092ddf89e6" }
|