Added branch action-on-typing to dependency cosmic-comp-config, which (unless merged) contains necessary changes to build cosmic-workspaces.

This commit is contained in:
Lysander Treumann 2026-02-03 10:14:14 +01:00
parent f31e33ad30
commit a6b04ca007

View file

@ -8,7 +8,7 @@ anyhow = "1.0.99"
calloop = { version = "0.14.3", features = ["executor"] }
clap = { version = "4", features = ["derive"] }
cosmic-bg-config = { git = "https://github.com/pop-os/cosmic-bg" }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp", branch = "action-on-typing" }
env_logger = "0.11.8"
futures-channel = "0.3.31"
gbm = "0.18.0"