Skip to content

Commit

Permalink
Bump sdl2 version to 0.34.4 to 0.34.5
Browse files Browse the repository at this point in the history
This should include my PR Rust-SDL2/rust-sdl2#1070 .
  • Loading branch information
TonalidadeHidrica committed Oct 24, 2021
1 parent cbe78ed commit c02bb46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Expand Up @@ -22,8 +22,7 @@ derive_more = "0.99.11"
once_cell = "1.5.2"
regex = "1.4.2"

sdl2 = { version = "0.34.4", features = ["image"], path = "../rust-sdl2" }
# sdl2-sys = { version = "0.34.3", path = "../rust-sdl2/sdl2-sys/" }
sdl2 = { version = "0.34.5", features = ["image"] }

rodio = { version = "0.13.0", path = "../rodio" }
universal-audio-decoder = { path = "../universal-audio-decoder/" }
Expand Down

0 comments on commit c02bb46

Please sign in to comment.