mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Switch to crates.io version of imgui for imgui-winit-support
This commit is contained in:
parent
b32917f68c
commit
13c5cc0606
@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
|
||||
categories = ["gui"]
|
||||
|
||||
[dependencies]
|
||||
imgui = { version = "0.5.0", path = "../" }
|
||||
imgui = "0.5.0"
|
||||
winit-19 = { version = ">= 0.16, <= 0.19", package = "winit", optional = true }
|
||||
winit-20 = { version = ">= 0.20, <= 0.21", package = "winit", optional = true }
|
||||
winit-22 = { version = "0.22", package = "winit", optional = true }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user