Use patched wgpu

This commit is contained in:
Jeremy Soller 2024-02-03 12:12:56 -07:00
parent a7b6c81894
commit 1a7b210b70
2 changed files with 16 additions and 19 deletions

View file

@ -57,6 +57,8 @@ 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"