From 0007593bb8a354241a777683681c2bc3d57aec69 Mon Sep 17 00:00:00 2001 From: Lionel DARNIS Date: Mon, 25 May 2026 18:10:22 +0200 Subject: [PATCH] chore: use local COSMIC support crates --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd36ac2..31a549c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,6 @@ dependencies = [ [[package]] name = "cosmic-comp-config" version = "1.0.0" -source = "git+https://github.com/pop-os/cosmic-comp#a5474e8c76cb96fd344a97bc672cff9b648f2efe" dependencies = [ "cosmic-config", "input", diff --git a/Cargo.toml b/Cargo.toml index 499d190..9894fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.102" calloop = { version = "0.14.4", features = ["executor"] } clap = { version = "4", features = ["derive"] } cosmic-bg-config = { path = "../cosmic-bg/config" } -cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" } +cosmic-comp-config = { path = "../cosmic-comp/cosmic-comp-config" } env_logger = "0.11.9" gbm = "0.18.0" cosmic = { package = "libcosmic-yoda", path = "../libcosmic", default-features = false, features = [