Skip to content

Commit b1b6cbd

Browse files
committed
fix cargo meta
1 parent 98a884e commit b1b6cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/notation_bevy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ native = [
3737
[dependencies]
3838
notation_bevy_utils = { version = "0.1.0", path = "../notation_bevy_utils" }
3939

40-
notation_model = { path = "../notation_model" }
41-
notation_midi = { path = "../notation_midi" }
40+
notation_model = { version = "0.1.0", path = "../notation_model" }
41+
notation_midi = { version = "0.1.0", path = "../notation_midi" }
4242

4343
serde = {version = "1.0.126", features = ["derive"]}
4444
# https://github.com/serde-rs/serde/issues/1937

0 commit comments

Comments
 (0)