Skip to content

Commit

Permalink
Enable iced wgpu backend, which seems to perform better
Browse files Browse the repository at this point in the history
A good software renderer probably should perform fine where subsurfaces
are used like for the actual images. Perhaps more improvement is needed
in the renderer.
  • Loading branch information
ids1024 committed Mar 1, 2024
1 parent a9ab177 commit ab4cfd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ calloop-wayland-source = "0.3.0"
version = "0.14.1"
features = ["fluent-system", "desktop-requester"]

[features]
default = ["wgpu"]
wgpu = ["libcosmic/wgpu"]

[profile.dev]
# Not usable at opt-level 0, at least with software renderer
opt-level = 1
Expand Down

0 comments on commit ab4cfd5

Please sign in to comment.