psychopath/sub_crates/oct32norm/Cargo.toml
Nathan Vegdahl 8e15dba29d Implementation of the Oct32 encoding of unit vectors.
The code still needs testing, but initial toying around suggests
that it's working correctly.
2018-11-28 23:41:12 -08:00

10 lines
158 B
TOML

[package]
name = "oct32norm"
version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
[lib]
name = "oct32norm"
path = "src/lib.rs"