Skip to content

Commit

Permalink
Merge pull request imgui-rs#208 from EmbarkStudios/winit-0.19
Browse files Browse the repository at this point in the history
Support winit 0.19
  • Loading branch information
Gekkio authored Mar 9, 2019
2 parents da57859 + 1bb2c7f commit 3b706c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-winit-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ travis-ci = { repository = "Gekkio/imgui-rs" }

[dependencies]
imgui = { version = "0.0.23-pre", path = "../" }
winit = ">= 0.16, <= 0.18"
winit = ">= 0.16, <= 0.19"

0 comments on commit 3b706c4

Please sign in to comment.