From c39d544566a76b126fdc4613197d5b937f72fad3 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Wed, 3 Apr 2024 10:37:26 +0200 Subject: [PATCH] Use wgpu with tiny-skia fallback to enable the fallback: ICED_BACKEND=tiny-skia cargo run --- gui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 87dce873..54c26469 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -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"]}