Merge branch 'new-event-system' into 'master'
Adapt new event system for component See merge request !8
This commit is contained in:
commit
cdf665454f
3 changed files with 54 additions and 54 deletions
|
|
@ -14,7 +14,7 @@ pub mod ns;
|
|||
pub mod transport;
|
||||
pub mod error;
|
||||
pub mod client;
|
||||
//pub mod component;
|
||||
pub mod component;
|
||||
pub mod plugin;
|
||||
#[macro_use] pub mod plugin_macro;
|
||||
pub mod event;
|
||||
|
|
|
|||
Loading…
Reference in a new issue