add example plugin

should be working now
add plugins to sidebar
add plugin system base
Create function signatures for plugins
Update crates
This commit is contained in:
takotori 2024-03-17 14:56:48 +01:00
parent 59fe7fc454
commit a9e0758435
27 changed files with 468 additions and 335 deletions

View file

@ -1,5 +1,6 @@
use crate::components::base::list_entry_impl;
use adw::glib::{IsA, Object};
use adw::glib::{Object};
use glib::prelude::IsA;
use gtk::prelude::ListBoxRowExt;
use gtk::Widget;