mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
32 lines
700 B
TOML
32 lines
700 B
TOML
[package]
|
|
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
|
|
edition = "2021"
|
|
name = "veloren-common-net"
|
|
version = "0.10.0"
|
|
|
|
[features]
|
|
simd = ["vek/platform_intrinsics"]
|
|
|
|
default = ["simd"]
|
|
|
|
[dependencies]
|
|
common = {package = "veloren-common", path = "../../common"}
|
|
#inline_tweak = { workspace = true }
|
|
|
|
bincode = { workspace = true }
|
|
flate2 = "1.0.20"
|
|
image = { workspace = true, features = ["jpeg"] }
|
|
num-traits = { workspace = true }
|
|
sum_type = "0.2.0"
|
|
vek = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
# Data structures
|
|
hashbrown = { workspace = true }
|
|
|
|
# ECS
|
|
specs = { workspace = true, features = ["serde", "storage-event-control"] }
|
|
|
|
# Serde
|
|
serde = { workspace = true }
|