summaryrefslogtreecommitdiff
path: root/build.rs
blob: 194ef1fae40b206bf391b5eca3ffb027311a094a (plain)
1
2
3
4
5
6
use std::path::Path;

fn main() {
    subplot_build::codegen(Path::new("pandoc-filter-diagram.subplot"))
        .expect("failed to generate code with Subplot");
}