Update dependencies (#195)

This commit is contained in:
Jay Oster 2021-09-04 00:39:03 -07:00 committed by GitHub
parent 6225f7225a
commit 0f8b1abe87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ default = ["optimize"]
[dependencies]
env_logger = "0.9"
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"] }
log = "0.4"
pixels = { path = "../.." }