Skip to content
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

Update iced_graphics requirement from 0.2.0 to 0.4.0 in /app_rust #62

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Updates the requirements on iced_graphics to permit the latest version.

Release notes

Sourced from iced_graphics's releases.

0.4.0

New features

Thank you! 🎉

  • @​0x192 implemented the Default trait for pure::State (#1298).
  • @​13r0ck added support for selecting a value of a PickList by scrolling (#872).
  • @​Ace4896 added placeholder support for the PickList widget (#888).
  • @​aentity fixed a bug causing high memory usage of the Svg widget (#952).
  • @​akavel implemented proper handling of Exif orientation for raster images in iced_wgpu.
  • @​akhilman fixed an issue with window transparency in iced_glow (#1021).
  • @​Alch-Emi introduced ContentFit support for the Image and Svg widgets (#1219).
  • @​AldoMX added a select_all method to text_input::State (#776).

... (truncated)

Changelog

Sourced from iced_graphics's changelog.

[0.4.0] - 2022-05-02

Added

[0.3.0] - 2021-03-31

Added

  • Touch support. #57 #650 (thanks to @​simlay and @​discordance!)
  • Clipboard write access for
    • TextInput widget. #770
    • Application::update. #773
  • image::Viewer widget. It allows panning and scaling of an image. #319 (thanks to @​tarkah!)
  • Tooltip widget. It annotates content with some text on mouse hover. #465 (thanks to @​yusdacra!)
  • Support for the [smol] async runtime. #699 (thanks to @​JayceFayne!)
  • Support for graceful exiting when using the Application trait. #804
  • Image format features in [iced_wgpu] to reduce code bloat. #392 (thanks to @​unrelentingtech!)
  • Focused and Unfocused variant to window::Event. #701 (thanks to @​cossonleo!)
  • WGPU_BACKEND environment variable to configure the internal graphics backend of iced_wgpu. #789 (thanks to @​Cupnfish!)

Changed

  • The TitleBar of a PaneGrid now supports generic elements. #657 (thanks to @​clarkmoody!)
  • The Error type now implements Send and Sync. #719 (thanks to @​taiki-e!)
  • The Style types in iced_style now implement Clone and Copy. #720 (thanks to @​taiki-e!)
  • The following dependencies have been updated:
    • [font-kit] → 0.10 #669

... (truncated)

Commits
  • d23026d Bump versions 🎉
  • 990c050 Update CHANGELOG
  • 5acba65 Merge pull request #1327 from iced-rs/update-docs
  • 7e111f2 Enable pure feature in docs.rs
  • 84c28a7 Indicate feature-flagged modules in documentation
  • a7752a1 Capitalize iced once again
  • ab71e8a Fix typo in README of iced_glow
  • dbc2421 Link to iced_web repository in README
  • 6fe6daa Add html_logo_url to iced_core and iced_lazy
  • d98d700 Forbid unused_results and rust_2018_idioms in iced_pure
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [iced_graphics](https://github.com/iced-rs/iced) to permit the latest version.
- [Release notes](https://github.com/iced-rs/iced/releases)
- [Changelog](https://github.com/iced-rs/iced/blob/master/CHANGELOG.md)
- [Commits](iced-rs/iced@0.2.0...0.4.0)

---
updated-dependencies:
- dependency-name: iced_graphics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2022

Superseded by #67.

@dependabot dependabot bot closed this Dec 8, 2022
@dependabot dependabot bot deleted the dependabot/cargo/app_rust/iced_graphics-0.4.0 branch December 8, 2022 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants