Skip to content

Commit

Permalink
Use wgpu with tiny-skia fallback
Browse files Browse the repository at this point in the history
to enable the fallback:
ICED_BACKEND=tiny-skia cargo run
  • Loading branch information
edouardparis committed Apr 29, 2024
1 parent 7f72a17 commit 20a7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ liana_ui = { path = "ui" }
backtrace = "0.3"
hex = "0.4.3"

iced = { version = "0.12.1", default-features = false, features = ["tokio", "svg", "qr_code", "image", "lazy", "webgl"] }
iced = { version = "0.12.1", default-features = false, features = ["tokio", "svg", "qr_code", "image", "lazy", "wgpu"] }
iced_runtime = "0.12.1"

tokio = {version = "1.21.0", features = ["signal"]}
Expand Down

0 comments on commit 20a7fd1

Please sign in to comment.