mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
3cd48ba468
Former-commit-id: 7910c933f110d595da70552716b6e8f0eb7544a1
25 lines
590 B
TOML
25 lines
590 B
TOML
[package]
|
|
name = "veloren-common"
|
|
version = "0.2.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Maciej Ćwięka <mckol363@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sphynx = { git = "https://gitlab.com/veloren/sphynx.git", features = ["serde1"] }
|
|
|
|
specs = { version = "0.14", features = ["serde", "nightly"] }
|
|
vek = { version = "0.9", features = ["serde"] }
|
|
dot_vox = "4.0"
|
|
image = "0.21"
|
|
threadpool = "1.7"
|
|
mio = "0.6"
|
|
mio-extras = "2.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
bincode = "1.1"
|
|
log = "0.4"
|
|
rand = "0.5"
|
|
rayon = "1.0"
|
|
lazy_static = "1.3"
|
|
lz4-compress = "0.1"
|