Relaxed version specifications a bit
This commit is contained in:
parent
c0b2155bad
commit
3a4696b6ce
5 changed files with 9 additions and 9 deletions
|
@ -11,7 +11,7 @@ implot = { path = "../../" }
|
|||
wgpu = "0.10"
|
||||
winit = "0.25" # opening windows and handling input
|
||||
futures = "^0.3.5" # executing async functions using blocking executor
|
||||
imgui = "=0.8.0"
|
||||
imgui-winit-support = "=0.8.0" # connection of input (keys) to imgui
|
||||
imgui-wgpu = "=0.17.1"
|
||||
imgui = "0.8.0"
|
||||
imgui-winit-support = "0.8.0" # connection of input (keys) to imgui
|
||||
imgui-wgpu = "0.17.1"
|
||||
examples-shared = { path = "../examples-shared" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue