Use wgpu with tiny-skia fallback
to enable the fallback: ICED_BACKEND=tiny-skia cargo run
This commit is contained in:
parent
4920291d04
commit
c39d544566
@ -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"]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user