Update libcosmic

This commit is contained in:
Jeremy Soller 2023-03-23 14:20:48 -06:00
parent e788c175ec
commit 31a8427e10
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 19 additions and 18 deletions

View file

@ -15,9 +15,9 @@ log = "0.4"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
rev = "2dde95ee"
rev = "24709e9c3b56c49a0af168d1e37ebef85f112c8a"
default-features = false
features = ["wgpu", "winit"]
features = ["winit_softbuffer"]
#path = "../../../libcosmic"
[dependencies.rfd]