specify rev in cosmic-panel-config & re-export
This commit is contained in:
parent
8c78f23902
commit
5fb8b9d56f
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ apply = "0.3.0"
|
|||
derive_setters = "0.1.5"
|
||||
lazy_static = "1.4.0"
|
||||
palette = "0.6.1"
|
||||
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", default-features = false, optional = true }
|
||||
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", optional = true, rev = "6714922" }
|
||||
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", optional = true, rev = "73346019952f82ec7e4d4d15f5d66841b54e8b61" }
|
||||
|
||||
[dependencies.cosmic-theme]
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ use sctk::reexports::protocols::xdg::shell::client::xdg_positioner::{Anchor, Gra
|
|||
|
||||
use crate::Renderer;
|
||||
|
||||
pub use cosmic_panel_config;
|
||||
|
||||
const APPLET_PADDING: u32 = 8;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue