Enable wgpu again

This commit is contained in:
Jeremy Soller 2023-12-15 15:24:42 -07:00
parent 93449fdff0
commit e706e44e0c
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
2 changed files with 3 additions and 1 deletions

1
Cargo.lock generated
View file

@ -3111,6 +3111,7 @@ dependencies = [
"iced_runtime",
"iced_style",
"iced_tiny_skia",
"iced_wgpu",
"iced_widget",
"iced_winit",
"lazy_static",

View file

@ -45,7 +45,8 @@ git = "https://github.com/jackpot51/systemicons"
fork = "0.1"
[features]
default = ["rfd"]
default = ["rfd", "wgpu"]
wgpu = ["libcosmic/wgpu"]
[patch.crates-io]
smithay-client-toolkit = { git = "https://github.com/pop-os/client-toolkit", branch = "wayland-resize" }