mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
34427373ef
For anything in worldgen where you use a HashMap, *please* think carefully about which hasher you are going to use! This is especially true if (for some reason) you are depending on hashmap iteration order remaining stable for some aspect of worldgen.
49 lines
1.1 KiB
TOML
49 lines
1.1 KiB
TOML
[package]
|
|
name = "veloren-common"
|
|
version = "0.6.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>", "Maciej Ćwięka <mckol363@gmail.com>", "Imbris <imbrisf@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
no-assets = []
|
|
|
|
[dependencies]
|
|
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git" }
|
|
|
|
specs = { version = "0.15.1", features = ["serde", "nightly", "storage-event-control"] }
|
|
vek = { version = "0.10.0", features = ["serde"] }
|
|
dot_vox = "4.0.0"
|
|
fxhash = "0.2.1"
|
|
image = "0.22.3"
|
|
mio = "0.6.19"
|
|
mio-extras = "2.0.5"
|
|
serde = "1.0.102"
|
|
serde_derive = "1.0.102"
|
|
serde_json = "1.0.41"
|
|
ron = "0.5.1"
|
|
bincode = "1.2.0"
|
|
log = "0.4.8"
|
|
rand = "0.7.2"
|
|
rayon = "^1.3.0"
|
|
lazy_static = "1.4.0"
|
|
lz4-compress = "0.1.1"
|
|
hashbrown = { version = "0.6.2", features = ["rayon", "serde", "nightly"] }
|
|
find_folder = "0.3.0"
|
|
parking_lot = "0.9.0"
|
|
crossbeam = "=0.7.2"
|
|
notify = "5.0.0-pre.2"
|
|
indexmap = "1.3.0"
|
|
sum_type = "0.2.0"
|
|
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "65571ade0d954a0e0bd995fdb314854ff146ab97" }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[[bench]]
|
|
name = "chonk_benchmark"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "color_benchmark"
|
|
harness = false
|