Skip to content

Commit

Permalink
Bump imgui-winit-support from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [imgui-winit-support](https://github.com/imgui-rs/imgui-winit-support) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/imgui-rs/imgui-winit-support/releases)
- [Changelog](https://github.com/imgui-rs/imgui-winit-support/blob/main/CHANGELOG.md)
- [Commits](https://github.com/imgui-rs/imgui-winit-support/commits/v0.13.0)

---
updated-dependencies:
- dependency-name: imgui-winit-support
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 1c269ba commit 3a39324
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 10 deletions.
102 changes: 93 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = "0.3.31"
glam = { version = "0.29.0", features = ["bytemuck", "serde"] }
image = { version = "0.25.2", default-features = false, features = ["png"] }
imgui = "0.12.0"
imgui-winit-support = "0.12.0"
imgui-winit-support = "0.13.0"
scarlet = "1.2.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
Expand Down

0 comments on commit 3a39324

Please sign in to comment.