add: figure plugin

This commit is contained in:
agryphus 2026-04-27 13:46:43 -04:00
parent 68ed807e95
commit 4b2918853b
3 changed files with 18 additions and 1 deletions

3
build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("cargo:rerun-if-changed=prepends/");
}