Skip to content

Commit ff90876

Browse files
committed
updating examples to winit-support 0.13
1 parent f019645 commit ff90876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ imgui = { version = "0.12.0" }
1717
glium = { version = "0.35.0", default-features = false, features = [
1818
"glutin_backend",
1919
] }
20-
imgui-winit-support = "0.12"
20+
imgui-winit-support = "0.13"
2121
glutin = "0.32"
2222
glutin-winit = "0.5.0"
2323
winit = { version = "0.30", features = ["rwh_06"] }

0 commit comments

Comments
 (0)