feat: switch to wgpu renderer
This commit is contained in:
parent
c64030c898
commit
d1a47cbded
2 changed files with 25 additions and 28 deletions
|
|
@ -11,7 +11,7 @@ tokio = { version = "1.37.0", features = ["macros"] }
|
|||
|
||||
[workspace.dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
features = ["dbus-config", "single-instance", "tokio", "wayland", "xdg-portal"]
|
||||
features = ["dbus-config", "single-instance", "tokio", "wayland", "wgpu", "xdg-portal"]
|
||||
|
||||
[workspace.dependencies.cosmic-config]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue