Function re_build_tools::rerun_if_changed_glob

source ยท
pub fn rerun_if_changed_glob(
    path: impl AsRef<Path>,
    files_to_watch: &mut HashSet<PathBuf>,
)
Expand description

Call from build.rs to trigger a rebuild whenever any of the files identified by the given globbed path change.