mechthild/core/Cargo.toml
wires d8a88e81c8
more radical reorganization!
rendering is now performed in a separate thread. this is of little use
now but lays the groundwork for adding parallel rendering. i just need
to think about data ownership a little harder to make the tile renderer
nice.
2025-06-01 00:21:11 -04:00

17 lines
315 B
TOML

[package]
name = "mechthild_core"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
enum_dispatch = "0.3.13"
fasthash = "0.4.0"
glam = "0.30.2"
ndarray = "0.16.1"
num-traits = "0.2.19"
[features]
fast-math = ["glam/fast-math"]