mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
fix: plugin main
This commit is contained in:
parent
c45c3bf7f9
commit
cd2555ffc7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Plugin host
|
||||
include!("lib.rs");
|
||||
pub fn main () -> Usually<()> {
|
||||
tek_core::run(Arc::new(RwLock::new(crate::Plugin::new("")?)))?;
|
||||
Tui::run(Arc::new(RwLock::new(crate::Plugin::new("")?)))?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue