summaryrefslogtreecommitdiff
path: root/build.rs
blob: 2effc57fef037bddf12ecc5c3a5bd6cee319e3c3 (plain)
1
2
3
fn main() {
    subplot_build::codegen("ambient-run.subplot").expect("failed to generate code with Subplot");
}