Do not use local libcosmic

This commit is contained in:
Jeremy Soller 2023-02-09 15:14:03 -07:00
parent 9e675aa86e
commit 8c59de2a20
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 16 additions and 3 deletions

View file

@ -15,11 +15,11 @@ version = "0.7"
features = ["syntect"]
[dependencies.libcosmic]
#git = "https://github.com/pop-os/libcosmic"
#rev = "843919e44f0a00c33c29358359be5b4bfa41ab00"
git = "https://github.com/pop-os/libcosmic"
rev = "843919e44f0a00c33c29358359be5b4bfa41ab00"
default-features = false
features = ["winit_softbuffer"]
path = "../libcosmic"
#path = "../libcosmic"
[dependencies.rfd]
version = "0.10"