[package] name = "fts_gamemath" version = "0.1.1" authors = ["Forrest Smith "] description = """ fts_gamemath is a collection of crates that provide basic building blocks for 3d video game math """ documentation = "https://github.com/forrestthewoods/fts_gamemath" homepage = "https://github.com/forrestthewoods/fts_gamemath" repository = "https://github.com/forrestthewoods/fts_gamemath" readme = "readme.md" keywords = ["gamedev", "math", "units"] categories = ["games", "science", "rendering"] license = "Unlicense OR MIT" edition = "2018" [workspace] members = [ "fts_units", ] [dependencies] fts_units = { path = "fts_units", version = "0.1.1" } typenum = "1.10.0" num-traits = "0.2.5"