mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
23 lines
918 B
TOML
23 lines
918 B
TOML
[package]
|
|
name = "veloren-client"
|
|
version = "0.6.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
common = { package = "veloren-common", path = "../common", features = ["no-assets"] }
|
|
network = { package = "veloren_network", path = "../network", default-features = false }
|
|
|
|
byteorder = "1.3.2"
|
|
uvth = "3.1.1"
|
|
futures-util = "0.3"
|
|
futures-executor = "0.3"
|
|
futures-timer = "2.0"
|
|
image = { version = "0.22.5", default-features = false, features = ["png"] }
|
|
num_cpus = "1.10.1"
|
|
tracing = { version = "0.1", default-features = false }
|
|
specs = { git = "https://github.com/amethyst/specs.git", rev = "7a2e348ab2223818bad487695c66c43db88050a5" }
|
|
vek = { version = "0.11.0", features = ["serde"] }
|
|
hashbrown = { version = "0.7.2", features = ["rayon", "serde", "nightly"] }
|
|
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "57784d2135a2c81ff0266f52a528da092ddf89e6" }
|