mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Add tiny-skia back explicitly
This commit is contained in:
parent
95b0d0d326
commit
fd01fa2036
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue