[package] name = "slang" description = "Safe Rust bindings for the Slang shader language compiler" version = "0.0.2" authors = ["Michael Tang "] license = "MIT/Apache-2.0" documentation = "https://docs.rs/slang/0.0.2/" repository = "https://github.com/tangmi/slang-rs/" readme = "README.md" edition = "2018" [dependencies] slang-sys = { path = "../slang-sys", version = "0.1" }