mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-25 20:38:36 +00:00
Support winit 0.19
This commit is contained in:
parent
da57859839
commit
1bb2c7f4af
@ -14,4 +14,4 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
imgui = { version = "0.0.23-pre", path = "../" }
|
imgui = { version = "0.0.23-pre", path = "../" }
|
||||||
winit = ">= 0.16, <= 0.18"
|
winit = ">= 0.16, <= 0.19"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user