diff --git a/Cargo.toml b/Cargo.toml index 40173d8..614eeaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ env_logger = "0.10.0" gilrs = { version = "0.10.2", features = ["serde", "serde-serialize"] } glium = { version = "0.32.1", optional = true } imgui = { version = "0.11.0", features = ["docking"] } -imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs.git", optional = true } +imgui-wgpu = { version = "0.23.0", optional = true } imgui-winit-support = "0.11.0" imgui-glium-renderer = { version = "0.11.0", optional = true } winit = { version = "0.27.5", features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"] }