We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a884e commit b1b6cbdCopy full SHA for b1b6cbd
crates/notation_bevy/Cargo.toml
@@ -37,8 +37,8 @@ native = [
37
[dependencies]
38
notation_bevy_utils = { version = "0.1.0", path = "../notation_bevy_utils" }
39
40
-notation_model = { path = "../notation_model" }
41
-notation_midi = { path = "../notation_midi" }
+notation_model = { version = "0.1.0", path = "../notation_model" }
+notation_midi = { version = "0.1.0", path = "../notation_midi" }
42
43
serde = {version = "1.0.126", features = ["derive"]}
44
# https://github.com/serde-rs/serde/issues/1937
0 commit comments