Add tiny-skia back explicitly

This commit is contained in:
Exidex 2025-01-08 20:26:52 +01:00
parent 95b0d0d326
commit fd01fa2036
No known key found for this signature in database
GPG key ID: 46D8D21671EB48FA

View file

@ -21,8 +21,8 @@ edition = "2021"
[workspace.dependencies]
# iced
#iced = { version = "0.13.99", features = ["wgpu", "tokio", "lazy", "advanced", "image"] }
iced = { git = "https://github.com/project-gauntlet/iced.git", branch = "gauntlet-0.13", default-features = false, features = ["wgpu", "tokio", "advanced", "image"] }
#iced = { version = "0.13.99", features = ["tiny-skia", "wgpu", "tokio", "lazy", "advanced", "image"] }
iced = { git = "https://github.com/project-gauntlet/iced.git", branch = "gauntlet-0.13", default-features = false, features = ["tiny-skia", "wgpu", "tokio", "advanced", "image"] }
#iced_aw = { version = "0.11.99", features = ["date_picker", "wrap", "number_input", "grid", "spinner"] }
iced_aw = { git = "https://github.com/project-gauntlet/iced_aw.git", branch = "gauntlet-0.13", default-features = false, features = ["date_picker", "wrap", "number_input", "grid", "spinner"] }
#iced_table = "0.13.99"