feat: load and apply output configs
fix: typo chore: update deps cleanup
This commit is contained in:
parent
7317353a32
commit
f3f7d5cfb6
5 changed files with 804 additions and 189 deletions
|
|
@ -77,6 +77,9 @@ i18n-embed-fl = "0.7"
|
|||
rust-embed = "8"
|
||||
futures-util = "0.3.30"
|
||||
timedate-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr", default-features = false }
|
||||
tachyonix = "0.3.1"
|
||||
itoa = "1.0.15"
|
||||
|
||||
[dependencies.greetd_ipc]
|
||||
version = "0.10.3"
|
||||
|
|
@ -89,6 +92,7 @@ networkmanager = ["cosmic-dbus-networkmanager", "zbus"]
|
|||
upower = ["upower_dbus", "zbus"]
|
||||
zbus = ["dep:zbus", "nix"]
|
||||
|
||||
|
||||
[profile.dev.package.tiny-skia]
|
||||
opt-level = 2
|
||||
|
||||
|
|
@ -108,6 +112,7 @@ rust-version = "1.85.0"
|
|||
[workspace.dependencies]
|
||||
env_logger = "0.10.2"
|
||||
log = "0.4.22"
|
||||
|
||||
# Fix zbus compilation by manually adding nix with user feature
|
||||
nix = { version = "0.29", features = ["user"] }
|
||||
pwd = "1.4.0"
|
||||
|
|
@ -126,7 +131,10 @@ default-features = false
|
|||
|
||||
[workspace.dependencies.cosmic-comp-config]
|
||||
git = "https://github.com/pop-os/cosmic-comp"
|
||||
branch = "refactor-config"
|
||||
# path = "../cosmic-comp/cosmic-comp-config"
|
||||
default-features = false
|
||||
features = ["output"]
|
||||
|
||||
[workspace.dependencies.cosmic-greeter-config]
|
||||
path = "cosmic-greeter-config"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue