From 88eb9345643dbbf17e67f9cfb023a0b0a44604f4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 1 Mar 2024 09:22:38 -0700 Subject: [PATCH] Fixup for last commit --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30bd3b7..17c5a21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,7 @@ i18n-embed-fl = "0.7" rust-embed = "8" [dependencies.libcosmic] -#git = "https://github.com/pop-os/libcosmic.git" -path = "../libcosmic" +git = "https://github.com/pop-os/libcosmic.git" default-features = false features = ["multi-window", "tokio", "winit"]