chore: update libcosmic

This commit is contained in:
Ashley Wulber 2024-02-05 16:18:36 -05:00
parent 1a7b210b70
commit 0a5325ba05
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
6 changed files with 491 additions and 504 deletions

View file

@ -36,7 +36,8 @@ features = ["syntect", "vi"]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = ["tokio", "winit"]
#path = "../libcosmic"
# TODO remove before merging
branch = "update-iced-latest"
[dependencies.rfd]
version = "0.13.0"
@ -44,6 +45,10 @@ default-features = false
features = ["tokio", "xdg-portal"]
optional = true
[dependencies.smol_str]
version = "0.2.1"
features = ["serde"]
#TODO: clean up and send changes upstream
[dependencies.systemicons]
git = "https://github.com/jackpot51/systemicons"
@ -56,9 +61,7 @@ default = ["rfd", "wgpu"]
wgpu = ["libcosmic/wgpu"]
[patch.crates-io]
smithay-client-toolkit = { git = "https://github.com/pop-os/client-toolkit", branch = "wayland-resize" }
# https://github.com/gfx-rs/wgpu/pull/4959
wgpu = { git = "https://github.com/pop-os/wgpu", branch = "v0.18" }
wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "faed98b" }
[profile.release-with-debug]
inherits = "release"