-
Notifications
You must be signed in to change notification settings - Fork 30
chore(deps): update rust crate eframe to 0.33 #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/eframe-0.x
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
Package Changes Through 39ac7e4There are 1 changes which include global-hotkey with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
b15f2e2 to
d920ea3
Compare
d920ea3 to
482a735
Compare
482a735 to
bd73802
Compare
bd73802 to
c5c058d
Compare
c5c058d to
e2e818b
Compare
95e3bc4 to
1b7237f
Compare
ab95b74 to
27508ff
Compare
27508ff to
5ff8e43
Compare
5ff8e43 to
9b9d0a2
Compare
81163b8 to
1285d1d
Compare
1285d1d to
442021f
Compare
442021f to
603bbf1
Compare
603bbf1 to
b4043c9
Compare
b4043c9 to
2fd76eb
Compare
2fd76eb to
6a0be8b
Compare
972486c to
0073553
Compare
0073553 to
39ac7e4
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
This PR contains the following updates:
0.27→0.33Release Notes
emilk/egui (eframe)
v0.33.3Compare Source
Nothing new
v0.33.2Compare Source
native_pixels_per_pointis set during app creation #7683 by @emilkv0.33.0Compare Source
⭐ Added
🔧 Changed
winapiwithwindows-syscrate #7416 by @unlimitedsolaDYLD_LIBRARY_PATHis set and we find no wgpu adapter #7572 by @emilk🐛 Fixed
v0.32.3Compare Source
Nothing new
v0.32.2Compare Source
Nothing new
v0.32.1Compare Source
popstateevent listener #7403 by @irevoirev0.32.0Compare Source
⭐ Added
movable_by_window_backgroundoption to viewport #5412 by @jim-echas_shadowandwith_has_shadowto ViewportBuilder #6850 by @gaelanmcmillan🔧 Changed
should_propagate_eventand addshould_prevent_default#5779 by @th0rexViewportpositioning #5715 by @aspiringLichweb-sysmin version to0.3.73#5862 by @wareyaronto0.10.1#6861 by @torokati44accesskiton Android NativeActivity, makinghello_androidworking again #6855 by @podusowskiprefers-color-scheme: no-preference#7293 by @emilk🐛 Fixed
glowbackend #6893 by @wareyaNSImagefrom png data #7252 by @Wumpfv0.31.1Compare Source
Nothing new
v0.31.0Compare Source
WindowSettings#5554 by @landairev0.30.0Compare Source
NOTE: you now need to enable the
waylandorx11features to get Linux support, including getting it to work on most CI systems.⭐ Added
ViewportCommand::Screenshoton web #5438 by @lucasmerlin🔧 Changed
profilingcrate to support more profiler backends #5150 by @teddemunnikx11andwaylandfeatures toglutin#5391 by @e00E🐛 Fixed
FallbackEgltoPreferEgl#5408 by @e00Ev0.29.1Compare Source
v0.29.0Compare Source
✨ Highlights
🧳 Migration
WebRunner::startnow expects aHtmlCanvasElementrather than the id of it (#4780)NativeOptions::follow_system_themeanddefault_themeis gone, and is now inegui::Optionsinstead (#4860 by @bash)⭐ Added
🔧 Changed
HtmlCanvasElementelement directly inWebRunner::start#4780 by @jprochazkstaticeframe::Applifetime #5060 by @timstrglowcontext switching #4814 by @rustbasicweb-sys&wasm-bindgen#4980 by @bircniweb_sys_unstable_apis#5000 by @emilkdirectoriesdependency #4904 by @YgorSouza🐛 Fixed
savewhen hiding web tab, andupdatewhen focusing it #5114 by @emilkeframe::run_simple_native()persistence #4846 by @tpstevensv0.28.1Compare Source
v0.28.0Compare Source
✨ Highlights
The eframe web canvas now works properly when its a small part of a larger web page.
Previously this caused a lot of weird bugs, such as the eframe canvas stealing focus, and resizing the canvas in annoying ways.
Now it should all work seamlessly to have an eframe canvas as part of a web page, including having multiple different eframe apps next to each other.
As part of that the eframe canvas can now be focused (or not), just like an
<input>HTML element.We've also implemented a better method for sizing and positioning the canvas so that it yields pixel-perfect rendering on all known browsers except for Desktop Safari.
What this means is that text is much less likely to be blurry on web for users (#4536 by @jprochazk).
⭐ Added
register_native_textureineframe::Frame#4246 by @ChaojimengnanNativeOptions::persistence_path#4423 by @lucasmerlinraw_input_hookon web #4646 by @owen-d🔧 Changed
glowbackend #4284, #4296 by @emilkobjc2and its framework crates #4395 by @madsmtmResizeObserverinstead ofresizeevent #4536 by @jprochazkrequest_animation_frameinto resize observer #4628 by @jprochazkdirectories-nextdependency withdirectories#4661 by @crumblingstatueeframe::Resultis now short foreframe::Result<()>#4706 by @emilk🐛 Fixed
ViewportCommand::InnerSizenot resizing viewport on Wayland (#4211) #4211 by @rustbasicEvent::Ime#4358 by @rustbasic.forget()RAF closure #4551 by @jprochazk🧳 Migration
Wrap app creator in a
ResultApplications can now return an error during the app creation (#4565 by @emilk), so you now need to wrap your
Box<dyn App>in aResultlike so:Change web CSS
To make the eframe canvas fill the entire web browser, set its CSS to:
See
index.htmland #4536 for details.Web canvas focus
If you are using eframe for a fullscreen app, you should call
.focus()on your canvas during startup:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.