feat: add a toolkit crate for both client and pop-launcher-bin
This commit is contained in:
parent
a5c2569654
commit
47852e53cb
12 changed files with 56 additions and 24 deletions
10
toolkit/src/lib.rs
Normal file
10
toolkit/src/lib.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2021 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
pub use pop_launcher_service::{
|
||||
self as service,
|
||||
load::from_path as load_plugin_from_path,
|
||||
load::from_paths as load_plugins_from_paths
|
||||
};
|
||||
pub use pop_launcher_plugins as plugins;
|
||||
pub use pop_launcher as launcher;
|
||||
Loading…
Add table
Add a link
Reference in a new issue