[package] name = "scaled" version = "0.0.3" authors = ["Shane Pearman "] license = "Apache-2.0" description = "euclid point and vector types with fixed-point scalars" repository = "https://gitlab.com/spearman/scaled-rs" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] euclid = "0.22.*" fixed = "1.*" fixed-sqrt = "0.2.*"