[package] name = "embree" version = "0.3.8" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/embree-rs" documentation = "https://docs.rs/embree/" repository = "https://github.com/Twinklebear/embree-rs" readme = "README.md" license = "MIT" description = """ A wrapper for the Embree ray tracing kernels. """ keywords = ["embree", "ray", "simd", "bvh"] build = "build.rs" exclude = [ ".travis.yml", "*.png", ".gitignore", "examples/*" ] [dependencies] cgmath = "0.18"