mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:44:12 +01:00
Initial "Hello World" for plugins
This commit is contained in:
@@ -32,6 +32,7 @@ use window_ext::TrafficLightWindowExt;
|
||||
mod models;
|
||||
mod render;
|
||||
mod window_ext;
|
||||
mod plugins;
|
||||
|
||||
#[derive(serde::Serialize)]
|
||||
pub struct CustomResponse {
|
||||
@@ -688,6 +689,7 @@ fn main() {
|
||||
let w = create_window(app_handle, None);
|
||||
w.restore_state(StateFlags::all())
|
||||
.expect("Failed to restore window state");
|
||||
plugins::test_plugins(&app_handle);
|
||||
}
|
||||
|
||||
// ExitRequested { api, .. } => {
|
||||
|
||||
Reference in New Issue
Block a user