watchexec/crates/cli/build.rs

4 lines
65 B
Rust
Raw Normal View History

fn main() {
2021-08-24 10:21:21 +02:00
embed_resource::compile("watchexec-manifest.rc");
}