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

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