feat(recent): Convert from GJS to Rust. GJS no longer required

This commit is contained in:
Michael Aaron Murphy 2021-08-24 21:56:42 +02:00
parent 2aa86e4ff7
commit dbcf28b3d8
10 changed files with 519 additions and 153 deletions

View file

@ -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()),