watchexec/crates/cli/build.rs

5 lines
84 B
Rust

fn main() {
embed_resource::compile("watchexec-manifest.rc");
bosion::gather();
}