bread-capture: add breadsearch to target registry

This commit is contained in:
Breadway 2026-07-29 11:40:28 +08:00
parent 231f71e586
commit f06ba904b7

View file

@ -36,6 +36,7 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
), ),
("breadbox", &[("launcher", "breadbox-launcher.png")]), ("breadbox", &[("launcher", "breadbox-launcher.png")]),
("breadclip", &[("history", "breadclip-history.png")]), ("breadclip", &[("history", "breadclip-history.png")]),
("breadsearch", &[("search", "breadsearch-search.png")]),
]; ];
#[derive(Parser)] #[derive(Parser)]