Skip to content

Commit

Permalink
added a simple example build to rebuild when the configuration changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed May 23, 2024
1 parent abbb225 commit 4b682b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions copper_derive_test/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
let config_path = "copperconfig.ron";
println!("cargo:rerun-if-changed={}", config_path);
}

0 comments on commit 4b682b4

Please sign in to comment.