mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
1456497bd0
implement a regionmanager and basic region component as well as tests for those this is a fist implementation and likly to change Former-commit-id: fdb7097dc30ab1642d25a02532458bcc2811ab61
22 lines
524 B
TOML
22 lines
524 B
TOML
[package]
|
|
name = "veloren-worldsim"
|
|
version = "0.1.0"
|
|
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sphynx = { git = "https://gitlab.com/veloren/sphynx.git", features = ["serde1"] }
|
|
|
|
specs = { version = "0.14", features = ["serde"] }
|
|
shred = { version = "0.7", features = ["nightly"] }
|
|
vek = { version = "0.9", features = ["serde"] }
|
|
dot_vox = "4.0"
|
|
threadpool = "1.7"
|
|
mio = "0.6"
|
|
mio-extras = "2.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
bincode = "1.0"
|
|
log = "0.4"
|
|
rand = "0.5"
|