From 67c5683131421544cc67412b964ef8bced292aca Mon Sep 17 00:00:00 2001 From: Mattias Eriksson Date: Mon, 22 Jan 2024 16:40:38 +0100 Subject: [PATCH] Revert accidentally committed Cargo.toml change --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e764e50..3675f0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,10 +24,10 @@ palette = "0.7" git = "https://github.com/pop-os/cosmic-text.git" [dependencies.libcosmic] -#git = "https://github.com/pop-os/libcosmic.git" +git = "https://github.com/pop-os/libcosmic.git" default-features = false features = ["tokio", "winit"] -path = "../libcosmic" +#path = "../libcosmic" [features] default = ["wgpu"]