Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group with 2 updates (#42)
Browse files Browse the repository at this point in the history
Bumps the prod-dependencies group with 2 updates: [egui_dock](https://github.com/Adanos020/egui_dock) and [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource).


Updates `egui_dock` from 0.11.2 to 0.11.3
- [Changelog](https://github.com/Adanos020/egui_dock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Adanos020/egui_dock/commits)

Updates `embed-resource` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases)
- [Commits](nabijaczleweli/rust-embed-resource@v2.4.1...v2.4.2)

---
updated-dependencies:
- dependency-name: egui_dock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: embed-resource
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent f3019b0 commit c8a880f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ features = ["git2"]

[build-dependencies]
# Used to set the icon of the .exe file on Windows.
embed-resource = "2.4.1"
embed-resource = "2.4.2"

[dependencies]
# When running the game in development, use the dynamic linking feature of Bevy to speed
Expand All @@ -32,7 +32,7 @@ image = "0.24"
# Random noise generation library
rand = "0.8.5"
# DEBUG ONLY: docking support for the inspector egui
egui_dock = "0.11.2"
egui_dock = "0.11.3"
# DEBUG ONLY: inspector for bevy
bevy-inspector-egui = "0.22.1"
# Particle system
Expand Down

0 comments on commit c8a880f

Please sign in to comment.