rust-av / avp

Another Video Player
MIT License
49 stars 9 forks source link

build(deps): update sdl2 requirement from 0.32 to 0.33 #16

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on sdl2 to permit the latest version.

Changelog

Sourced from sdl2's changelog.

In this file will be listed the changes, especially the breaking ones that one should be careful of when upgrading from a version of rust-sdl2 to another.

v0.33

[PR #956](Rust-SDL2/rust-sdl2#956) + [PR #960](Rust-SDL2/rust-sdl2#960) + [PR #951](Rust-SDL2/rust-sdl2#951): Fix some build targets.

[PR #948](Rust-SDL2/rust-sdl2#948) + [PR #957](Rust-SDL2/rust-sdl2#957): Remove the num dependency.

[PR #947](Rust-SDL2/rust-sdl2#947): Upgraded the "bundled" version of SDL2 to 2.0.10

[PR #940](Rust-SDL2/rust-sdl2#940): Breaking change Removed the rand dependency for random colors. You will have to implement your own random colors from now on.

[PR #933](Rust-SDL2/rust-sdl2#933): Breaking change Removed AudioFormatNum::zero(), use AudioFormatNum::SILENCE constant instead.

[PR #907](Rust-SDL2/rust-sdl2#907): Changed the data type to i32 for the which field for the events ControllerDeviceAdded and JoyDeviceAdded.

[PR #882](Rust-SDL2/rust-sdl2#882): Ignore unknown bits in SDL_Keysym's mod field (key modifiers) when constructing Event::KeyDown and Event::KeyUp. Deprecate sdl2::event::Event::unwrap_keymod, which had been made public accidentally.

[PR #898](Rust-SDL2/rust-sdl2#898): Implements TryFrom<PixelFormatEnum> for PixelFormat

v0.32.2

[PR #868](Rust-SDL2/rust-sdl2#868): Added inplace operations for rect::Point.

[PR #827](Rust-SDL2/rust-sdl2#827): Added 32-bit array pixelformats

[PR #824](Rust-SDL2/rust-sdl2#824): Added controller::set_rumble and joystick::set_rumble, wrappers for SDL_GameControllerRumble and SDL_JoystickRumble respectively.

[PR #867](Rust-SDL2/rust-sdl2#867): Added Window::opacity and Window::set_opacity, wrappers for SDL_GetWindowOpacity and SDL_SetWindowOpacity respectively. This bumps the minimum SDL2 version requirement from 2.0.4 to 2.0.5.

v0.32

[PR #790](Rust-SDL2/rust-sdl2#790): Added missing window_id field to Event::DropFile

[PR #789](Rust-SDL2/rust-sdl2#789): Audio Safety Fixes

[PR #785](Rust-SDL2/rust-sdl2#785): Vulkan Support

... (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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)