fidget_math 0.3.1

glam vector types for tree construction with fidget
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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",

]