forked from BlackPhlox/bevy_midi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated crates version and updated dependencies
- Loading branch information
1 parent
0069709
commit 60e3f16
Showing
6 changed files
with
68 additions
and
524 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 = "bevy_midi" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Black Phlox <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -21,8 +21,8 @@ exclude = [ | |
name = "bevy_midi" | ||
|
||
[dependencies] | ||
midir = "0.7.0" | ||
crossbeam-channel = "0.5.2" | ||
midir = "0.8.0" | ||
crossbeam-channel = "0.5.5" | ||
|
||
[dependencies.bevy] | ||
version = "0.7" | ||
|
Oops, something went wrong.