summaryrefslogtreecommitdiff
path: root/examples/seq/build.rs
blob: 398ec90a75bb8dd196a0453644ed83e88ca456b2 (plain)
1
2
3
4
5
6
//! Subplot seq example build script.

fn main() {
    println!("cargo:rerun-if-changed=seq.md");
    subplot_build::codegen("seq.md").expect("failed to generate code with Subplot");
}