fix: keep compositor dbus off tokio runtime
This commit is contained in:
parent
56230f0ade
commit
267fcd80b3
3 changed files with 129 additions and 76 deletions
|
|
@ -18,6 +18,7 @@ cosmic-comp-config = { path = "cosmic-comp-config", features = [
|
|||
"output",
|
||||
] }
|
||||
cosmic-config = { path = "../libcosmic/cosmic-config", features = [
|
||||
"async-std",
|
||||
"calloop",
|
||||
"macro",
|
||||
] }
|
||||
|
|
@ -43,7 +44,7 @@ iced_tiny_skia = { path = "../libcosmic/iced/tiny_skia" }
|
|||
indexmap = "2.13"
|
||||
keyframe = "1.1.1"
|
||||
cosmic = { package = "libcosmic-yoda", path = "../libcosmic", default-features = false, features = [
|
||||
"tokio",
|
||||
"async-std",
|
||||
"wayland",
|
||||
"multi-window",
|
||||
] }
|
||||
|
|
@ -77,7 +78,6 @@ xdg = "^3.0"
|
|||
xdg-user = "0.2.1"
|
||||
xkbcommon = "0.9"
|
||||
zbus = "5.14.0"
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
profiling = { version = "1.0" }
|
||||
rustix = { version = "1.1.4", features = ["process"] }
|
||||
rand = "0.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue