zkxs / simple-crosshair-overlay

A simple and performant crosshair overlay
GNU General Public License v3.0
16 stars 3 forks source link

Bump softbuffer from 0.3.0 to 0.3.1 #14

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

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 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)
dependabot[bot] commented 9 months ago

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