Move panel into an old-panel subdirectory

We expect to replace this with applets running under
https://github.com/pop-os/cosmic-dock-epoch.
This commit is contained in:
Ian Douglas Scott 2022-05-23 14:09:21 -07:00
parent 8c196a7ed3
commit 185dd48a6f
20 changed files with 30 additions and 31 deletions

View file

@ -1,32 +1,2 @@
[package]
name = "pop-cosmic-panel"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0-or-later"
[dependencies]
cascade = "1"
chrono = "0.4"
byte_string = "1"
derivative = "2"
enumflags2 = "0.7"
futures = "0.3"
futures-channel = "0.3"
gdk4-x11 = { version = "0.4.2", features = ["xlib"] }
gdk4-wayland = { version = "0.4", optional = true }
gtk4 = "0.4"
gobject-sys = "0.15"
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
once_cell = "1"
serde = "1"
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }
zbus = "2"
zbus_names = "2"
zvariant = "3"
[features]
layer-shell = ["gdk4-wayland", "libcosmic/layer-shell"]
[workspace]
members = ["applets/cosmic-applet-audio", "applets/cosmic-applet-graphics", "applets/cosmic-applet-network", "applets/cosmic-applet-power"]
members = ["applets/cosmic-applet-audio", "applets/cosmic-applet-graphics", "applets/cosmic-applet-network", "applets/cosmic-applet-power", "old-panel"]

29
old-panel/Cargo.toml Normal file
View file

@ -0,0 +1,29 @@
[package]
name = "pop-cosmic-panel"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0-or-later"
[dependencies]
cascade = "1"
chrono = "0.4"
byte_string = "1"
derivative = "2"
enumflags2 = "0.7"
futures = "0.3"
futures-channel = "0.3"
gdk4-x11 = { version = "0.4.2", features = ["xlib"] }
gdk4-wayland = { version = "0.4", optional = true }
gtk4 = "0.4"
gobject-sys = "0.15"
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
once_cell = "1"
serde = "1"
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }
zbus = "2"
zbus_names = "2"
zvariant = "3"
[features]
layer-shell = ["gdk4-wayland", "libcosmic/layer-shell"]