Enable iced wgpu backend, which seems to perform better

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.
This commit is contained in:
Ian Douglas Scott 2024-03-01 14:42:53 -08:00
parent a9ab17740d
commit ab4cfd5bc5
2 changed files with 5 additions and 0 deletions

1
Cargo.lock generated
View file

@ -2767,6 +2767,7 @@ dependencies = [
"iced_sctk",
"iced_style",
"iced_tiny_skia",
"iced_wgpu",
"iced_widget",
"lazy_static",
"palette",