Skip to content

Commit

Permalink
Update minimum Rodio version (fixes #342)
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Jan 20, 2024
1 parent e226155 commit 837849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["game-engines"]

[dependencies]
sdl2 = "0.36.0"
rodio = { version = "0.17.1", optional = true, default-features = false }
rodio = { version = "0.17.3", optional = true, default-features = false }
glow = "0.13.0"
image = { version = "0.24.1", default-features = false }
vek = { version = "0.16.1", default-features = false }
Expand Down

0 comments on commit 837849c

Please sign in to comment.