From a6b04ca007dee1e7b47b9f588883cbc1e4db0500 Mon Sep 17 00:00:00 2001 From: Lysander Treumann Date: Tue, 3 Feb 2026 10:14:14 +0100 Subject: [PATCH] Added branch action-on-typing to dependency cosmic-comp-config, which (unless merged) contains necessary changes to build cosmic-workspaces. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3d982e..755c88f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"