mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
d71003acda
Currently, this just entails humanoid colors. There are only three colors not handled; the light emitter colors in common/src/comp/inventory/item/tool.rs. These don't seem important enough to me to warrant making hotloadable, at least not right now, but if it's needed later we can always add them to the file.
48 lines
1.4 KiB
TOML
48 lines
1.4 KiB
TOML
[package]
|
|
name = "veloren-common"
|
|
version = "0.7.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]
|
|
arraygen = "0.1.13"
|
|
specs-idvs = { git = "https://gitlab.com/veloren/specs-idvs.git", branch = "specs-git" }
|
|
|
|
roots = "0.0.5"
|
|
specs = { git = "https://github.com/amethyst/specs.git", features = ["serde", "storage-event-control"], rev = "7a2e348ab2223818bad487695c66c43db88050a5" }
|
|
vek = { version = "0.12.0", features = ["platform_intrinsics", "serde"] }
|
|
dot_vox = "4.0"
|
|
image = { version = "0.23.8", default-features = false, features = ["png"] }
|
|
serde = { version = "1.0.110", features = ["derive"] }
|
|
serde_json = "1.0.50"
|
|
serde_repr = "0.1.6"
|
|
ron = { version = "0.6", default-features = false }
|
|
tracing = { version = "0.1", default-features = false }
|
|
rand = "0.7"
|
|
rayon = "1.3.0"
|
|
lazy_static = "1.4.0"
|
|
hashbrown = { version = "0.7.2", features = ["rayon", "serde", "nightly"] }
|
|
find_folder = "0.3.0"
|
|
parking_lot = "0.9.0"
|
|
crossbeam = "0.7"
|
|
notify = "5.0.0-pre.3"
|
|
indexmap = "1.3.0"
|
|
sum_type = "0.2.0"
|
|
authc = { git = "https://gitlab.com/veloren/auth.git", rev = "b943c85e4a38f5ec60cd18c34c73097640162bfe" }
|
|
slab = "0.4.2"
|
|
enum-iterator = "0.6"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
|
|
[[bench]]
|
|
name = "chonk_benchmark"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "color_benchmark"
|
|
harness = false
|