From 4541c6a275bd90f14b91bbce875212825702c9dd Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 31 Mar 2026 15:09:07 -0400 Subject: [PATCH] fix: example deps --- examples/applet/Cargo.toml | 2 +- examples/application/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/applet/Cargo.toml b/examples/applet/Cargo.toml index f97bff44..13eff684 100644 --- a/examples/applet/Cargo.toml +++ b/examples/applet/Cargo.toml @@ -13,6 +13,6 @@ env_logger = "0.10.2" log = "0.4.29" [dependencies.libcosmic] -git = "https://github.com/pop-os/libcosmic" +path = "../../" default-features = false features = ["applet-token"] diff --git a/examples/application/Cargo.toml b/examples/application/Cargo.toml index c842c79f..bc037ec0 100644 --- a/examples/application/Cargo.toml +++ b/examples/application/Cargo.toml @@ -11,7 +11,7 @@ wayland = ["libcosmic/wayland"] env_logger = "0.11" [dependencies.libcosmic] -git = "https://github.com/pop-os/libcosmic" +path = "../../" features = [ "debug", "winit",