Update dependencies (#195)
This commit is contained in:
parent
6225f7225a
commit
0f8b1abe87
|
@ -13,7 +13,7 @@ default = ["optimize"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
imgui = "0.7"
|
imgui = "0.7"
|
||||||
imgui-wgpu = { git = "https://github.com/kylc/imgui-wgpu-rs.git", branch = "wgpu-0.10" }
|
imgui-wgpu = "0.17"
|
||||||
imgui-winit-support = { version = "0.7.1", default-features = false, features = ["winit-25"] }
|
imgui-winit-support = { version = "0.7.1", default-features = false, features = ["winit-25"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pixels = { path = "../.." }
|
pixels = { path = "../.." }
|
||||||
|
|
Loading…
Reference in a new issue