diff --git a/examples/imgui-winit/Cargo.toml b/examples/imgui-winit/Cargo.toml index d7c15e9..4dcb2b2 100644 --- a/examples/imgui-winit/Cargo.toml +++ b/examples/imgui-winit/Cargo.toml @@ -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 = "../.." }