Skip to content

Commit 87caa62

Browse files
committed
switch to primary repo for bevy_midi
1 parent 99e6f5d commit 87caa62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/processing_midi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
bevy = { workspace = true }
8-
bevy_midi = { git = "https://github.com/catilac/bevy_midi", branch = "edge" }
8+
bevy_midi = { git = "https://github.com/BlackPhlox/bevy_midi", branch = "latest" }
99

1010

1111
[lints]

0 commit comments

Comments
 (0)