From ac28f5d77cdd21aa818c063f3d403b3718f7cfc5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 15 Dec 2022 14:48:27 -0700 Subject: [PATCH] Update dependencies --- examples/editor-libcosmic/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/editor-libcosmic/Cargo.toml b/examples/editor-libcosmic/Cargo.toml index 1b4d858..2c8082f 100644 --- a/examples/editor-libcosmic/Cargo.toml +++ b/examples/editor-libcosmic/Cargo.toml @@ -15,7 +15,9 @@ log = "0.4" [dependencies.libcosmic] git = "https://github.com/pop-os/libcosmic" -branch = "cosmic-design-system" +rev = "5fe44511" +default-features = false +features = ["wgpu", "winit"] #path = "../../../libcosmic" [dependencies.rfd]