build.rs: also re-run when theme is changed
This commit is contained in:
parent
2ee88e11b0
commit
1d4ba2a07b
1
build.rs
1
build.rs
|
@ -6,6 +6,7 @@ use std::time::*;
|
|||
fn main() {
|
||||
println!("cargo:rerun-if-changed=config.json");
|
||||
println!("cargo:rerun-if-changed=src");
|
||||
println!("cargo:rerun-if-changed=theme");
|
||||
println!("cargo:rerun-if-changed=Cargo.toml");
|
||||
// Load theme name from config.json and output code to load the theme via include_dir!
|
||||
let config: serde_json::Value =
|
||||
|
|
Loading…
Reference in a new issue