summaryrefslogtreecommitdiff
path: root/build.rs
blob: da983ec59244932a98a13c9e2079c5715f8006e1 (plain)
1
2
3
4
fn main() {
    subplot_build::codegen("riki.md")
        .expect("failed to generate code with Subplot");
}