Use wgpu with tiny-skia fallback

to enable the fallback:
ICED_BACKEND=tiny-skia cargo run
This commit is contained in:
edouardparis 2024-04-03 10:37:26 +02:00
parent 4920291d04
commit c39d544566

View File

@ -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"]}