watchexec/crates/cli/build.rs

5 lines
106 B
Rust

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