Function re_build_tools::rerun_if_changed
source ยท pub fn rerun_if_changed(path: impl AsRef<Path>)
Expand description
Call from build.rs
to trigger a rebuild whenever the file at path
changes.
This requires the file to exist, which may or may not be what you want!