Update to latest cosmic-text and libcosmic

This commit is contained in:
Jeremy Soller 2023-08-18 09:39:37 -06:00
parent 92f78823fc
commit 3dad361105
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
5 changed files with 1975 additions and 873 deletions

View file

@ -13,14 +13,14 @@ log = "0.4"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text"
rev = "e788c175"
rev = "fedeeea9d307093fac880802e17e107b456e5de9"
features = ["syntect"]
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
rev = "035ec88"
rev = "a8ce524baa58f4fb2db2e26a5fc0899b63d688b5"
default-features = false
features = ["winit_softbuffer"]
features = ["winit"]
#path = "../libcosmic"
[dependencies.rfd]