16 lines
351 B
TOML
16 lines
351 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"
|
|
glam = "0.30.2"
|
|
|
|
[features]
|
|
fast-math = ["glam/fast-math"]
|
|
bytemuck = ["dep:bytemuck", "glam/bytemuck"]
|