feat(recent): Convert from GJS to Rust. GJS no longer required
This commit is contained in:
parent
2aa86e4ff7
commit
dbcf28b3d8
10 changed files with 519 additions and 153 deletions
|
|
@ -22,6 +22,7 @@ fn main() {
|
|||
"pop-launcher" => block_on(service::main()),
|
||||
"pop-shell" => block_on(plugins::pop_shell::main()),
|
||||
"pulse" => block_on(plugins::pulse::main()),
|
||||
"recent" => block_on(plugins::recent::main()),
|
||||
"scripts" => block_on(plugins::scripts::main()),
|
||||
"terminal" => block_on(plugins::terminal::main()),
|
||||
"web" => block_on(plugins::web::main()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue