chore: use std::sync::LazyLock
Removes `once_cell` as a direct dependency.
This commit is contained in:
parent
467716c167
commit
c3fafd3910
42 changed files with 77 additions and 106 deletions
|
|
@ -32,12 +32,8 @@ cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default
|
|||
], rev = "1425bd4" }
|
||||
cosmic-settings-subscriptions = { git = "https://github.com/pop-os/cosmic-settings-subscriptions" }
|
||||
|
||||
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = [
|
||||
"once_cell",
|
||||
] }
|
||||
# cosmic-time = { path = "../cosmic-time", default-features = false, features = [
|
||||
# "once_cell",
|
||||
# ] }
|
||||
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false }
|
||||
# cosmic-time = { path = "../cosmic-time", default-features = false ] }
|
||||
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
|
@ -56,7 +52,6 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
|
|||
"desktop-systemd-scope",
|
||||
"winit",
|
||||
] }
|
||||
once_cell = "1"
|
||||
rust-embed = "8.5"
|
||||
rust-embed-utils = "8.5.0"
|
||||
rustix = { version = "1.0", features = ["fs", "process"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue