watchexec/crates/cli/build.rs

6 lines
122 B
Rust

fn main() {
embed_resource::compile("watchexec-manifest.rc");
#[cfg(target_os = "linux")]
shadow_rs::new().unwrap();
}