[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"]