From 3bb2868fbf4305cef13359a13e79e6293762ba17 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 24 Mar 2023 08:05:46 -0600 Subject: [PATCH] Update libcosmic --- examples/editor-libcosmic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/editor-libcosmic/Cargo.toml b/examples/editor-libcosmic/Cargo.toml index db6e730..f20e5f1 100644 --- a/examples/editor-libcosmic/Cargo.toml +++ b/examples/editor-libcosmic/Cargo.toml @@ -15,7 +15,7 @@ log = "0.4" [dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic" -branch = "scale-factor" +rev = "f0ab457" default-features = false features = ["winit_softbuffer"] #path = "../../../libcosmic"