[package] name = "optix" version = "0.2.0" authors = ["Anders Langlands "] edition = "2018" repository = "https://github.com/anderslanglands/optix-rs" description = "A Rust wrapper for NVidia's OptiX raytracing library" license = "MIT/Apache-2.0" exclude = [ "ptx_path.toml", "rustfmt.toml", ] [dependencies] config = "0.9" nalgebra = "0.16" slotmap = "0.3" [build-dependencies] bindgen = "0.41" config = "0.9" cmake = "0.1" [dev-dependencies] image = "0.19" glfw = "0.23" gl = "0.10" crossbeam-channel = "0.2.6" rand = "0.5"