File tree Expand file tree Collapse file tree 11 files changed +28
-29
lines changed
Expand file tree Collapse file tree 11 files changed +28
-29
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " notation_audio"
3- version = " 0.3.2 "
3+ version = " 0.3.4 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -13,7 +13,6 @@ description = "Fun notation - audio features"
1313[features ]
1414
1515[dependencies ]
16- notation_model = { version = " 0.3.2" , path = " ../notation_model" }
1716bevy = { version = " 0.5.0" , default-features = false }
1817bevy_kira_audio = " 0.7.0"
1918ringbuf = " 0.2.6"
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_bevy"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -42,10 +42,10 @@ chinese = [
4242[dependencies ]
4343notation_bevy_utils = { version = " 0.3.2" , path = " ../notation_bevy_utils" }
4444
45- notation_model = { version = " 0.3.2 " , path = " ../notation_model" }
45+ notation_model = { version = " 0.3.4 " , path = " ../notation_model" }
4646
47- notation_midi = { version = " 0.3.2 " , path = " ../notation_midi" , optional = true }
48- notation_dsl = { version = " 0.3.3 " , path = " ../notation_dsl" , optional = true }
47+ notation_midi = { version = " 0.3.4 " , path = " ../notation_midi" , optional = true }
48+ notation_dsl = { version = " 0.3.4 " , path = " ../notation_dsl" , optional = true }
4949
5050serde = {version = " 1.0.126" , features = [" derive" ]}
5151# 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.3.2 "
3+ version = " 0.3.4 "
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_fretted"
3- version = " 0.3.2 "
3+ version = " 0.3.4 "
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.3.2 " , path = " ../notation_core" }
15+ notation_core = { version = " 0.3.4 " , 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.3.2 "
3+ version = " 0.3.4 "
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.3.2 " , path = " ../notation_core" }
15- notation_fretted = { version = " 0.3.2 " , path = " ../notation_fretted" }
14+ notation_core = { version = " 0.3.4 " , path = " ../notation_core" }
15+ notation_fretted = { version = " 0.3.4 " , 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_macro"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -13,4 +13,4 @@ description = "Fun notation - DSL to create notation files"
1313proc-macro = true
1414
1515[dependencies ]
16- notation_dsl = { version = " 0.3.3 " , path = " ../notation_dsl" }
16+ notation_dsl = { version = " 0.3.4 " , path = " ../notation_dsl" }
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_midi"
3- version = " 0.3.2 "
3+ version = " 0.3.4 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -13,8 +13,8 @@ description = "Fun notation - midi features"
1313[features ]
1414
1515[dependencies ]
16- notation_model = { version = " 0.3.2 " , path = " ../notation_model" }
17- notation_audio = { version = " 0.3.2 " , path = " ../notation_audio" }
16+ notation_model = { version = " 0.3.4 " , path = " ../notation_model" }
17+ notation_audio = { version = " 0.3.4 " , path = " ../notation_audio" }
1818
1919midir = " 0.7"
2020bevy = { 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.3.2 "
3+ version = " 0.3.4 "
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.3.2 " , path = " ../notation_proto" }
14+ notation_proto = { version = " 0.3.4 " , path = " ../notation_proto" }
1515thiserror = " 1.0"
1616fehler = " 1.0"
1717uuid = { version = " 0.8" , features = [" serde" , " v4" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " notation_proto"
3- version = " 0.3.2 "
3+ version = " 0.3.4 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66homepage = " https://www.notation.fun"
@@ -15,6 +15,6 @@ description = "Fun notation - protocol for storage"
1515serde = { version = " 1.0.126" , features = [" derive" , " alloc" ] }
1616uuid = { version = " 0.8" , features = [" serde" , " v4" ] }
1717
18- notation_core = { version = " 0.3.2 " , path = " ../notation_core" }
19- notation_fretted = { version = " 0.3.2 " , path = " ../notation_fretted" }
20- notation_guitar = { version = " 0.3.2 " , path = " ../notation_guitar" }
18+ notation_core = { version = " 0.3.4 " , path = " ../notation_core" }
19+ notation_fretted = { version = " 0.3.4 " , path = " ../notation_fretted" }
20+ notation_guitar = { version = " 0.3.4 " , path = " ../notation_guitar" }
You can’t perform that action at this time.
0 commit comments