Workaround unusual Cargo bug with git dependencies (#194)

- See #193
This commit is contained in:
Jay Oster 2021-09-02 17:17:44 -07:00 committed by GitHub
parent 210b373882
commit 6225f7225a
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", rev = "fbbc0cfc7de25a4821980cb2170195c7b3b0fcf4" }
imgui-wgpu = { git = "https://github.com/kylc/imgui-wgpu-rs.git", branch = "wgpu-0.10" }
imgui-winit-support = { version = "0.7.1", default-features = false, features = ["winit-25"] }
log = "0.4"
pixels = { path = "../.." }