-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version. Refactor sound to use rusty_audio crate. Fix a clippy w…
…arning about providing a default derive.
- Loading branch information
Showing
5 changed files
with
15 additions
and
75 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rusty_sword_arena" | ||
version = "1.3.2" | ||
version = "1.3.3" | ||
authors = ["Nathan Stocks <[email protected]>"] | ||
description = "Library/repository for the half-day Rust tutorial teaching you how to make a game client in Rust." | ||
documentation = "https://agileperception.com/doc/rusty_sword_arena/" | ||
|
@@ -31,4 +31,4 @@ bincode = "1.0" | |
rand = "0.6" | ||
|
||
# For playing sound 🔊 | ||
rodio = "0.10.0" | ||
rusty_audio = "1.1.1" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters