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.
17 lines
315 B
TOML
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"]
|