mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9485b45e70
- Updated CHANGELOG - reduce dependencies - found out that we have alot of duplicate coding... alot...
19 lines
668 B
TOML
19 lines
668 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"] }
|
|
|
|
byteorder = "1.3.2"
|
|
uvth = "3.1.1"
|
|
image = { version = "0.22.3", default-features = false, features = ["png"] }
|
|
num_cpus = "1.10.1"
|
|
tracing = { version = "0.1", default-features = false }
|
|
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" }
|