Rebase on new libcosmic and iced
This commit is contained in:
parent
88089fecb4
commit
cb4bd84ea5
6 changed files with 611 additions and 654 deletions
|
|
@ -30,6 +30,10 @@ default-features = false
|
|||
features = ["multi-window", "tokio", "winit"]
|
||||
#path = "../libcosmic"
|
||||
|
||||
[dependencies.smol_str]
|
||||
version = "0.2.1"
|
||||
features = ["serde"]
|
||||
|
||||
#TODO: clean up and send changes upstream
|
||||
[dependencies.systemicons]
|
||||
git = "https://github.com/jackpot51/systemicons"
|
||||
|
|
@ -38,11 +42,6 @@ git = "https://github.com/jackpot51/systemicons"
|
|||
default = ["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" }
|
||||
|
||||
[profile.release-with-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue