Skip to content

Commit 9925729

Browse files
committed
Depend on 0.12.1 for iced_graphics and iced_renderer
1 parent 2da9fdc commit 9925729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"]
112112
iced = { version = "0.12", path = "." }
113113
iced_core = { version = "0.12", path = "core" }
114114
iced_futures = { version = "0.12", path = "futures" }
115-
iced_graphics = { version = "0.12", path = "graphics" }
115+
iced_graphics = { version = "0.12.1", path = "graphics" }
116116
iced_highlighter = { version = "0.12", path = "highlighter" }
117-
iced_renderer = { version = "0.12", path = "renderer" }
117+
iced_renderer = { version = "0.12.1", path = "renderer" }
118118
iced_runtime = { version = "0.12", path = "runtime" }
119119
iced_style = { version = "0.12", path = "style" }
120120
iced_tiny_skia = { version = "0.12", path = "tiny_skia" }

0 commit comments

Comments
 (0)