Skip to content

Commit

Permalink
chore(deps): pin imgui-wgpu to correct verison
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Sep 28, 2023
1 parent 03d8ab3 commit 70c02b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 70c02b5

Please sign in to comment.