summaryrefslogtreecommitdiffstats
path: root/glutin
diff options
context:
space:
mode:
Diffstat (limited to 'glutin')
-rw-r--r--glutin/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml
index b298134c..c6b9a34f 100644
--- a/glutin/Cargo.toml
+++ b/glutin/Cargo.toml
@@ -17,11 +17,11 @@ debug = ["iced_winit/debug"]
glutin = "0.25"
[dependencies.iced_native]
-version = "0.2"
+version = "0.3"
path = "../native"
[dependencies.iced_winit]
-version = "0.1"
+version = "0.2"
path = "../winit"
[dependencies.iced_graphics]