From 6c355bf08bbe0e1a513e53b4e192d821dc9aa552 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 24 Mar 2023 09:59:03 -0600 Subject: [PATCH] Update libcosmic to fix memory leak --- 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 f20e5f1..affd74c 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" -rev = "f0ab457" +rev = "035ec88" default-features = false features = ["winit_softbuffer"] #path = "../../../libcosmic"