rust-av / avp

Another Video Player
MIT License
49 stars 9 forks source link

build(deps): update sdl2 requirement from 0.33 to 0.34 #17

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

[PR #962](Rust-SDL2/rust-sdl2#962): Added raw-window-handle support for Windows, Linux (X11 and Wayland) and macOS.

[PR #964](Rust-SDL2/rust-sdl2#964): Breaking change: Change joystick instance IDs from i32 to u32.

[PR #965](Rust-SDL2/rust-sdl2#965): Added invert method for Color, and added more Color names as constants.

[PR #968](Rust-SDL2/rust-sdl2#968) Pass SDL2 include directories to sdl2-sys's dependant crates through DEP_SDL2_INCLUDE.

[PR #970](Rust-SDL2/rust-sdl2#970) Add Chunk::from_buffer in mixer.

[PR #976](Rust-SDL2/rust-sdl2#976) Fix compilation with use-bingen feature.

[PR #977](Rust-SDL2/rust-sdl2#977) Add cpuinfo::has_avx2 and cpuinfo::has_avx512f

[PR #982](Rust-SDL2/rust-sdl2#982) Support for loading Opus format in mixer.

[PR #980](Rust-SDL2/rust-sdl2#980) Fix compilation on Windows.

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):

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