mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 18:11:38 +01:00
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:
parent
59fe7fc454
commit
a9e0758435
27 changed files with 468 additions and 335 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue