watchexec/crates/cli/build.rs
2023-05-08 22:13:04 +00:00

5 lines
106 B
Rust

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