chore: update libcosmic
This commit is contained in:
parent
1a7b210b70
commit
0a5325ba05
6 changed files with 491 additions and 504 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue