1 2 3 4 5 6 7
use std::env; use std::fs; use std::path::Path; fn main() { println!("cargo:rerun-if-changed=assets"); }