Update
This commit is contained in:
parent
b361965033
commit
f4694157ab
8 changed files with 143 additions and 3 deletions
5
src/core/app/plugin.rs
Normal file
5
src/core/app/plugin.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use super::app::App;
|
||||
|
||||
pub trait Plugin {
|
||||
fn build(&self, app: &mut App);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue