Skip to content

Commit ce713d9

Browse files
committed
refactor: move applet helpers to cosmic-applets repo
1 parent 31f7e97 commit ce713d9

File tree

4 files changed

+0
-207
lines changed

4 files changed

+0
-207
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- winit_wgpu
4848
- tiny_skia
4949
- wayland
50-
- applet
5150
runs-on: ubuntu-22.04
5251
steps:
5352
- name: Checkout sources

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ wayland = ["iced/wayland", "iced_sctk", "sctk",]
1515
wgpu = ["iced/wgpu", "iced_wgpu"]
1616
tokio = ["dep:tokio", "iced/tokio"]
1717
winit = ["iced/winit", "iced_winit"]
18-
applet = ["cosmic-panel-config", "wayland", "ron", "serde"]
1918
winit_tiny_skia = ["winit", "tiny_skia"]
2019
winit_wgpu = ["winit", "wgpu"]
2120

@@ -25,13 +24,10 @@ derive_setters = "0.1.5"
2524
lazy_static = "1.4.0"
2625
palette = "0.6.1"
2726
tokio = { version = "1.24.2", optional = true }
28-
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", rev = "6d2c228", optional = true }
2927
sctk = { package = "smithay-client-toolkit", git = "https://github.com/pop-os/client-toolkit", optional = true, tag = "themed-pointer"}
3028
slotmap = "1.0.6"
3129
fraction = "0.13.0"
3230
cosmic-config = { path = "cosmic-config" }
33-
ron = { version = "0.8", optional = true }
34-
serde = { version = "1.0", optional = true }
3531

3632
[target.'cfg(unix)'.dependencies]
3733
freedesktop-icons = "0.2.2"

src/applet/mod.rs

Lines changed: 0 additions & 200 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ pub use iced_widget;
1515
pub use iced_winit;
1616
#[cfg(feature = "wayland")]
1717
pub use sctk;
18-
#[cfg(feature = "applet")]
19-
pub mod applet;
2018
pub mod executor;
2119
pub mod font;
2220
pub mod keyboard_nav;

0 commit comments

Comments
 (0)