mechthild/core/Cargo.toml
2025-05-28 13:36:19 -04:00

20 lines
409 B
TOML

[package]
name = "mechthild_core"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
bytemuck = { version = "1.22.0", optional = true }
enum_dispatch = "0.3.13"
fasthash = "0.4.0"
glam = "0.30.2"
[features]
fast-math = ["glam/fast-math"]
bytemuck = ["dep:bytemuck", "glam/bytemuck"]
[build-dependencies]
primal = "0.3.3"