watchexec/crates/cli/build.rs
2023-03-05 03:26:23 +00:00

5 lines
84 B
Rust

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