Skip to content

Commit

Permalink
Bump egui from 0.26.0 to 0.26.1
Browse files Browse the repository at this point in the history
Bumps [egui](https://github.com/emilk/egui) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/emilk/egui/releases)
- [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md)
- [Commits](emilk/egui@0.26.0...0.26.1)

---
updated-dependencies:
- dependency-name: egui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 44eee24 commit d48e562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.65"
license = "MIT"

[dependencies]
egui = { version = "=0.26.0" }
egui = { version = "=0.26.1" }
eframe = { version = "=0.26.0", features = [
"accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
"default_fonts", # Embed the default egui fonts.
Expand Down

0 comments on commit d48e562

Please sign in to comment.