Some checks failed
gitea/Frida/pipeline/head There was a failure building this commit
modified: Cargo.lock modified: Cargo.toml new file: build.rs new file: icons/off.ico new file: icons/on.ico modified: src/gui.rs new file: tray.rc
5 lines
105 B
Rust
5 lines
105 B
Rust
extern crate embed_resource;
|
|
|
|
fn main() {
|
|
embed_resource::compile("tray.rc", embed_resource::NONE);
|
|
} |