slang 0.0.2

Safe Rust bindings for the Slang shader language compiler
1
2
3
4
5
fn main() {
    println!("hello");
    dbg!(slang::Session::new());
    println!("world");
}