[package] name = "spaceform" version = "0.1.0" authors = ["Shaye Garg "] license = "Apache-2.0" description = "A cross-platform SIMD-accelerated maths library for 3D graphics" homepage = "https://github.com/SparkyPotato/spaceform" repository = "https://github.com/SparkyPotato/spaceform" readme = "README.md" edition = "2018" keywords = ["gamedev", "math", "simd", "linear-algebra", "quaternion"] [dev-dependencies] criterion = "0.3" [features] default = ["simd"] simd = [] [[bench]] name = "benchmarks" harness = false