Bump egui-wgpu from 0.35.0 to 0.36.1 - #51
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [egui-wgpu](https://github.com/emilk/egui) from 0.35.0 to 0.36.1. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.35.0...0.36.1) --- updated-dependencies: - dependency-name: egui-wgpu dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/egui-wgpu-0.36.1
branch
from
August 14, 2026 18:05
16b7075 to
372dad7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps egui-wgpu from 0.35.0 to 0.36.1.
Release notes
Sourced from egui-wgpu's releases.
... (truncated)
Changelog
Sourced from egui-wgpu's changelog.
... (truncated)
Commits
4c1f2faRelease 0.36.1 - FixSense::dragbug42cd821FixSense::dragdetecting drags when clicking widget above it (#8396)2397194Release 0.36.0 - Improved mobile keyboard support (#8390)e37d44aNever run an egui pass when nothing will be shown (#8387)90e0302Fix a few nightly clippy lints (#8388)5347b0aFix window with aGridbeing widenable but not shrinkable again (#8386)622bbbeAdd drag-to-open for collapsible panels (#8363)98eab50Treat a press that leaves a widget as a drag (#8365)78c0e39Fix ScrollArea failure by handling horizontal and vertical scrolling separate...5c0b690Addextra_text_line_spacingto control vertical spacing between text lines ...