Skip to content

Commit

Permalink
Use imgui 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed May 7, 2024
1 parent e885445 commit 71279bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/imgui-winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ default = ["optimize"]
[dependencies]
env_logger = "0.10"
error-iter = "0.4"
imgui = { git = "https://github.com/imgui-rs/imgui-rs" }
imgui = "0.12"
imgui-wgpu = { git = "https://github.com/mkrasnitski/imgui-wgpu-rs" }
imgui-winit-support = { git = "https://github.com/imgui-rs/imgui-rs" }
imgui-winit-support = "0.12"
log = "0.4"
pixels = { path = "../.." }
winit = "0.29"
Expand Down

0 comments on commit 71279bc

Please sign in to comment.