1
0
mirror of https://github.com/osmarks/ewo3.git synced 2026-04-27 09:21:22 +00:00
Files
ewo3/Cargo.toml
2026-02-25 20:07:15 +00:00

36 lines
811 B
TOML

[package]
name = "ewo3"
version = "0.1.0"
edition = "2021"
[dependencies]
hecs = { version = "0.10", features = ["column-serialize"] }
euclid = { version = "0.22", features = ["serde"] }
fastrand = "2"
tokio-tungstenite = "0.23"
tokio = { version = "1", features = ["full"] }
futures-util = "0.3"
tokio-macros = { version = "0.2.0-alpha.6" }
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
slab = "0.4"
lazy_static = "1"
seahash = "4"
noise-functions = "0.2"
indexmap = "2"
image = { version = "0.25", default-features = false, features = ["png"] }
rayon = "1"
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
smallvec = "1"
argh = "0.1"
ndarray-conv = "0.6.0"
ndarray = "0.17.2"
[[bin]]
name = "worldgen"
path = "src/worldgen_test.rs"
[profile.release]
debug = true