psychopath/sub_crates/trifloat/Cargo.toml
Nathan Vegdahl 3fb22fdefa Implemented a "tri-float" encoding, similar to RGBE.
This implementation trades less range for more precision, giving
9 bits to each mantissa instead of just 8 bits as in RGBE.
2018-11-23 20:01:15 -08:00

10 lines
156 B
TOML

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