[package]
name = "fidget_math"
version = "0.3.1"
edition = "2021"
authors = ["Luke Powers"]
description = "glam vector types for tree construction with fidget"
repository = "https://github.com/LukeP0WERS/fidget_math"
license = "MIT"
readme = "README.md"
[dependencies]
fidget = "0.3"
[workspace]
members = [
"codegen",
]