mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 14:08:37 +00:00
Merge pull request #300 from aclysma/allow_building_with_winit_0.21
Change imgui-winit-support to allow winit versions beyond 0.20
This commit is contained in:
commit
2d2f4fe4ef
@ -12,7 +12,7 @@ categories = ["gui"]
|
||||
[dependencies]
|
||||
imgui = { version = "0.3.0-pre", path = "../" }
|
||||
winit-19 = { version = ">= 0.16, <= 0.19", package = "winit", optional = true }
|
||||
winit-20 = { version = "0.20.0", package = "winit", optional = true }
|
||||
winit-20 = { version = ">= 0.20", package = "winit", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["winit-19"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user