Skip to content

Commit

Permalink
Depend on 0.12.1 for iced_graphics and iced_renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 22, 2024
1 parent 2da9fdc commit 9925729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
iced = { version = "0.12", path = "." }
iced_core = { version = "0.12", path = "core" }
iced_futures = { version = "0.12", path = "futures" }
iced_graphics = { version = "0.12", path = "graphics" }
iced_graphics = { version = "0.12.1", path = "graphics" }
iced_highlighter = { version = "0.12", path = "highlighter" }
iced_renderer = { version = "0.12", path = "renderer" }
iced_renderer = { version = "0.12.1", path = "renderer" }
iced_runtime = { version = "0.12", path = "runtime" }
iced_style = { version = "0.12", path = "style" }
iced_tiny_skia = { version = "0.12", path = "tiny_skia" }
Expand Down

0 comments on commit 9925729

Please sign in to comment.