mechthild/core/Cargo.toml
wires 094f4947dc
reorganize core systems
no change in functionality, but preparing for stuff in the near future
like more accurately modeling film sensors, filtering, color science,
etc.
2025-05-29 16:30:25 -04:00

18 lines
388 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"
range2d = "0.2.0"
[features]
fast-math = ["glam/fast-math"]
bytemuck = ["dep:bytemuck", "glam/bytemuck"]