diff options
| author | ryukamish <[email protected]> | 2026-07-15 23:26:17 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-15 23:26:17 +0530 |
| commit | e001da47918c8a311eaec61fdda7b15dfc8786f4 (patch) | |
| tree | c8513fa01fbfe81e8ad7f3b62bb6550483aa5ba7 /waybar-record/Cargo.toml | |
| parent | 2d01d8d7c613da137c0f7184b8f4f9378a38ad18 (diff) | |
add: screen recording indicator for gpu-screen-recorder
Diffstat (limited to 'waybar-record/Cargo.toml')
| -rw-r--r-- | waybar-record/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/waybar-record/Cargo.toml b/waybar-record/Cargo.toml new file mode 100644 index 0000000..bff82f5 --- /dev/null +++ b/waybar-record/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "waybar-record" +version = "0.1.0" +edition = "2024" + +# Make the binary small +[profile.release] +opt-level = "z" +lto = true +strip = true +panic = "abort" |
