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

Bump softbuffer from 0.3.0 to 0.3.1 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps softbuffer from 0.3.0 to 0.3.1.

Release notes

Sourced from softbuffer's releases.

v0.3.1

  • On X11, fix the length of the returned buffer when using the wire-transferred buffer.
  • On Web, fix incorrect starting coordinates when handling buffer damage.
  • On Redox, use MAP_SHARED; fixing behavior with latest Orbital.
  • Error instead of segfault on macOS if size isn't set.
  • Add OffscreenCanvas support in web backend.
  • Add DRM/KMS backend, for running on tty without X/Wayland.
  • Make fetch error on Windows, where it wasn't working correctly.
  • Implement Error trait for SoftBufferError.
  • Dependency updates.
Changelog

Sourced from softbuffer's changelog.

0.3.1

  • On X11, fix the length of the returned buffer when using the wire-transferred buffer.
  • On Web, fix incorrect starting coordinates when handling buffer damage.
  • Or Redox, use MAP_SHARED; fixing behavior with latest Orbital.
  • Error instead of segfault on macOS if size isn't set.
  • Add OffscreenCanvas support in web backend.
  • Add DRM/KMS backend, for running on tty without X/Wayland.
  • Make fetch error on Windows, where it wasn't working correctly.
  • Implement Error trait for SoftBufferError.
  • Dependency updates.
Commits
  • fff761c Merge pull request #141 from rust-windowing/release-0.3.1
  • e145d47 v0.3.1
  • 1b2aaa2 ci: Temporarily disable Windows GNU CI
  • 908408b fix(web): optimize and fix present_with_damage (#150)
  • 9b44f2e bugfix: Fix length of returned buffer on x11 when using the wire-transferred ...
  • 53ae12a Merge pull request #143 from rust-windowing/update-macos-deps
  • bac64da Update macOS dependencies
  • c5401a3 Merge pull request #128 from rust-windowing/dependabot/cargo/cocoa-0.25.0
  • 2e926b3 Merge pull request #140 from rust-windowing/redox-map-shared
  • 1770b33 orbital: Use syscall::MAP_SHARED for mapping
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [softbuffer](https://github.com/rust-windowing/softbuffer) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/rust-windowing/softbuffer/releases)
- [Changelog](https://github.com/rust-windowing/softbuffer/blob/master/CHANGELOG.md)
- [Commits](rust-windowing/softbuffer@v0.3.0...v0.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Looks like softbuffer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/softbuffer-0.3.1 branch October 2, 2023 23:51
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants