[package] name = "sol" version = "0.1.5" authors = ["Will Usher "] homepage = "https://github.com/Twinklebear/embree-rs" documentation = "http://www.willusher.io/embree-rs/embree-rs/" repository = "https://github.com/Twinklebear/embree-rs" readme = "README.md" license = "MIT" description = """ A wrapper for the Embree ray tracing kernels. Moved to embree-rs! """ keywords = ["embree", "ray", "simd", "bvh"] build = "build.rs" exclude = [ ".travis.yml", "*.png", ".gitignore", "examples/*" ] [dependencies] cgmath = "0.16.1"