Enable libcosmic wgpu backend for performance

This commit is contained in:
Jeremy Soller 2023-11-13 15:41:15 -07:00
parent 05c5cc662d
commit 5c015f1baa
3 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ features = ["syntect", "vi"]
git = "https://github.com/pop-os/libcosmic"
branch = "menu"
default-features = false
features = ["winit"]
features = ["winit", "wgpu"]
#path = "../libcosmic"
[patch.crates-io]