Rename crate to pop-cosmic-panel
This commit is contained in:
parent
9fcd57c97f
commit
1c92507470
2 changed files with 14 additions and 14 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
|
@ -130,19 +130,6 @@ dependencies = [
|
|||
"cache-padded",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cosmic-panel"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cascade",
|
||||
"chrono",
|
||||
"gdk4-x11",
|
||||
"gtk4",
|
||||
"toml",
|
||||
"x11",
|
||||
"zbus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "derivative"
|
||||
version = "2.2.0"
|
||||
|
|
@ -768,6 +755,19 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pop-cosmic-panel"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cascade",
|
||||
"chrono",
|
||||
"gdk4-x11",
|
||||
"gtk4",
|
||||
"toml",
|
||||
"x11",
|
||||
"zbus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-crate"
|
||||
version = "0.1.5"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "cosmic-panel"
|
||||
name = "pop-cosmic-panel"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue