vyre-debug 0.6.4

Debugging CLI and inspection helpers for Vyre programs, lowering, and emitted shaders.
Documentation
1
2
3
4
5
6
//! Release-surface smoke example for this Vyre crate.

fn main() {
    println!("vyre-debug release surface example for Vyre 0.4.1");
    println!("This example is intentionally small: it proves the crate ships a runnable examples/*.rs target.");
}