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