Merge #1761: Add tiny-skia feature to iced dep

0fb1f3c1edb1a93b8e491d769497a618d9c06511 Add tiny-skia feature to iced dep (edouardparis)

Pull request description:

  tiny-skia is an other renderer that does not
  rely on wgpu. Iced uses it as a fallback in case
  of wgpu problems.

  The feature can be tested with:
  `ICED_BACKEND=tiny-skia cargo run --release --bin liana-gui`

  close #1676

ACKs for top commit:
  jp1ac4:
    tACK 0fb1f3c1edb1a93b8e491d769497a618d9c06511.

Tree-SHA512: 681a11e334759f4ef28ca95f08bfee2e898ad3be1af5d4fc6a78f6a499bb1b7e3b7d5e747b3207f758770437d2c83a8f8f1a6ef536a08c37ddc1b73618c963f4
This commit is contained in:
edouardparis 2025-07-04 09:40:18 +02:00
commit c466feb195
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -22,7 +22,7 @@ liana-ui = { path = "../liana-ui" }
backtrace = "0.3"
hex = "0.4.3"
iced = { version = "0.13.1", default-features = false, features = ["tokio", "svg", "qr_code", "image", "lazy", "wgpu", "advanced"] }
iced = { version = "0.13.1", default-features = false, features = ["tokio", "svg", "qr_code", "image", "lazy", "wgpu", "advanced", "tiny-skia"] }
iced_runtime = "0.13.1"
# Used to verify RFC-compliance of an email