refactor: use rework configs
This commit is contained in:
parent
74f6c2eca6
commit
1d8fe85775
22 changed files with 212 additions and 152 deletions
|
|
@ -15,4 +15,4 @@ slotmap = "1.0.6"
|
|||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
zbus = "2.0.1"
|
||||
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "relm4-next" }
|
||||
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"]}
|
||||
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"], branch = "rework_0.30"}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ pub mod task;
|
|||
pub mod ui;
|
||||
pub mod widgets;
|
||||
|
||||
use cosmic_panel_config::config::CosmicPanelConfig;
|
||||
use cosmic_panel_config::CosmicPanelConfig;
|
||||
use gtk4::{gio::ApplicationFlags, glib, prelude::*, Orientation, Separator};
|
||||
use once_cell::sync::Lazy;
|
||||
use tokio::runtime::Runtime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue