File tree Expand file tree Collapse file tree 11 files changed +32
-32
lines changed
Expand file tree Collapse file tree 11 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " notation_tool"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_viewer"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55description = " Notation Viewer"
66
@@ -22,4 +22,4 @@ inspector = [
2222]
2323
2424[dependencies ]
25- notation_bevy = { version = " 0.2.3 " , path = " ../../crates/notation_bevy" }
25+ notation_bevy = { version = " 0.3.0 " , path = " ../../crates/notation_bevy" }
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_bevy"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -37,8 +37,8 @@ native = [
3737[dependencies ]
3838notation_bevy_utils = { version = " 0.2.0" , path = " ../notation_bevy_utils" }
3939
40- notation_model = { version = " 0.2.3 " , path = " ../notation_model" }
41- notation_midi = { version = " 0.2.3 " , path = " ../notation_midi" }
40+ notation_model = { version = " 0.3.0 " , path = " ../notation_model" }
41+ notation_midi = { version = " 0.3.0 " , path = " ../notation_midi" }
4242
4343serde = {version = " 1.0.126" , features = [" derive" ]}
4444# https://github.com/serde-rs/serde/issues/1937
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_core"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_dsl"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -13,7 +13,7 @@ description = "Fun notation - DSL to create notation files"
1313proc-macro = true
1414
1515[dependencies ]
16- notation_proto = { version = " 0.2.3 " , path = " ../notation_proto" }
16+ notation_proto = { version = " 0.3.0 " , path = " ../notation_proto" }
1717
1818syn = { version = " 1.0" , features = [" full" ] }
1919quote = " 1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_fretted"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -12,7 +12,7 @@ description = "Fun notation - definition for fretted instruments"
1212[lib ]
1313
1414[dependencies ]
15- notation_core = { version = " 0.2.3 " , path = " ../notation_core" }
15+ notation_core = { version = " 0.3.0 " , path = " ../notation_core" }
1616
1717serde = { version = " 1.0.126" , features = [" derive" ] }
1818
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_guitar"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -11,7 +11,7 @@ description = "Fun notation - definition for guitar"
1111[lib ]
1212
1313[dependencies ]
14- notation_core = { version = " 0.2.3 " , path = " ../notation_core" }
15- notation_fretted = { version = " 0.2.3 " , path = " ../notation_fretted" }
14+ notation_core = { version = " 0.3.0 " , path = " ../notation_core" }
15+ notation_fretted = { version = " 0.3.0 " , path = " ../notation_fretted" }
1616
1717serde = { version = " 1.0.126" , features = [" derive" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_midi"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -16,7 +16,7 @@ inspector = [
1616]
1717
1818[dependencies ]
19- notation_model = { version = " 0.2.3 " , path = " ../notation_model" }
19+ notation_model = { version = " 0.3.0 " , path = " ../notation_model" }
2020
2121midir = " 0.7"
2222bevy = { version = " 0.5.0" , default-features = false }
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_model"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -11,7 +11,7 @@ description = "Fun notation - runtime models"
1111[lib ]
1212
1313[dependencies ]
14- notation_proto = { version = " 0.2.3 " , path = " ../notation_proto" }
14+ notation_proto = { version = " 0.3.0 " , path = " ../notation_proto" }
1515thiserror = " 1.0"
1616fehler = " 1.0"
1717uuid = { version = " 0.8" , features = [" serde" , " v4" ] }
You can’t perform that action at this time.
0 commit comments