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 sdl2 requirement from 0.35.2 to 0.36.0 #75

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Updates the requirements on sdl2 to permit the latest version.

Changelog

Sourced from sdl2's changelog.

v0.35.2

[PR #1173](Rust-SDL2/rust-sdl2#1173) Fix segfault when using timer callbacks

[PR #1183](Rust-SDL2/rust-sdl2#1183) WinRT support for raw-window-handle

[PR #1182](Rust-SDL2/rust-sdl2#1182) Updated raw-window-handle to 0.4

[PR #1189](Rust-SDL2/rust-sdl2#1189) Added AudioQueue::queue_audio and deprecated AudioQueue::queue

[PR #1164](Rust-SDL2/rust-sdl2#1164) Added raw-window-handle support for Android

[PR #1165](Rust-SDL2/rust-sdl2#1165) Added binding for SDL_GetDisplayOrientation and SDL_DISPLAYEVENT

v0.35.0

  • BREAKING CHANGE Update sdl2-sys/sdl_bindings.rs to use enums instead of consts. If you were using sdl2-sys's enum variants directly in your project, you may be affected. If you only used sdl2 calls, there should not be any problems.

  • BREAKING CHANGE SDL 2.0.14 or higher is now recommended due to the new binding being added for SDL_OpenURL. If you get linking errors, upgrade your SDL2 libraries, or swap to using the bundled feature.

[PR #1138](Rust-SDL2/rust-sdl2#1138) Added binding for SDL_OpenURL

[PR #1150](Rust-SDL2/rust-sdl2#1150) Do not download SDL2 sources when using bundled feature

[PR #1112](Rust-SDL2/rust-sdl2#1112) Add wrapper functions for SDL_RenderSetIntegerScale and SDL_RenderGetIntegerScale

[PR #1156](Rust-SDL2/rust-sdl2#1156) Maybe breaking change: new variants to enum GameController, and prevent panic with unrecognized buttons.

[PR #1153](Rust-SDL2/rust-sdl2#1153) SDL_GL_GetCurrentContext and SDL_RenderFlush added.

[PR #1131](Rust-SDL2/rust-sdl2#1131) Added Sensor API.

v0.34.5

[PR #1100](Rust-SDL2/rust-sdl2#1100) Added binding for SDL_GetDisplayUsableBounds

[PR #1102](Rust-SDL2/rust-sdl2#1102) Correctly se linux and macSO built libraries when using bundled without static-link.

[PR #1098](Rust-SDL2/rust-sdl2#1098) Fix potential heap corruption when using AudioCVT::convert

[PR #1088](Rust-SDL2/rust-sdl2#1088) Rollback of PR #1081: Broke dynamic linking on Windows

Various fixes to CI.

v0.34.4

[PR #1086](Rust-SDL2/rust-sdl2#1086) Update bundled to use SDL2 2.0.14

[PR #1033](Rust-SDL2/rust-sdl2#1033) Changed signature of TimerSubsystem::ticks to accept &self.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [sdl2](https://github.com/Rust-SDL2/rust-sdl2) to permit the latest version.
- [Changelog](https://github.com/Rust-SDL2/rust-sdl2/blob/master/changelog.md)
- [Commits](Rust-SDL2/rust-sdl2@0.35.2...0.35.2)

---
updated-dependencies:
- dependency-name: sdl2
  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 27, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #76.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/cargo/sdl2-0.36.0 branch November 27, 2023 04:22
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