11[package ]
22name = " caw"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44description = " A framework for building software-defined modular synthesizers"
55authors = [
" Stephen Sherratt <[email protected] >" ]
66license = " MIT"
@@ -19,20 +19,20 @@ interactive = ["caw_interactive"]
1919audio_file = [" caw_audio_file" ]
2020
2121[dependencies ]
22- caw_core = { version = " 0.4 " , path = " ../core" }
23- caw_computer_keyboard = { version = " 0.3 " , path = " ../computer-keyboard" }
24- caw_keyboard = { version = " 0.3 " , path = " ../keyboard" }
25- caw_modules = { version = " 0.3 " , path = " ../modules" }
26- caw_patches = { version = " 0.3 " , path = " ../patches" }
27- caw_utils = { version = " 0.3 " , path = " ../utils" }
22+ caw_core = { version = " 0.5 " , path = " ../core" }
23+ caw_computer_keyboard = { version = " 0.4 " , path = " ../computer-keyboard" }
24+ caw_keyboard = { version = " 0.4 " , path = " ../keyboard" }
25+ caw_modules = { version = " 0.4 " , path = " ../modules" }
26+ caw_patches = { version = " 0.4 " , path = " ../patches" }
27+ caw_utils = { version = " 0.4 " , path = " ../utils" }
2828caw_builder_proc_macros = { version = " 0.1" , path = " ../builder-proc-macros" }
29- caw_player = { version = " 0.6 " , path = " ../player" , optional = true }
30- caw_midi = { version = " 0.3 " , path = " ../midi" , optional = true }
31- caw_midi_live = { version = " 0.3 " , path = " ../midi-live" , optional = true }
32- caw_midi_file = { version = " 0.3 " , path = " ../midi-file" , optional = true }
33- caw_midi_serial = { version = " 0.3 " , path = " ../midi-serial" , optional = true }
34- caw_audio_file = { version = " 0.3 " , path = " ../audio-file" , optional = true }
35- caw_interactive = { version = " 0.6 " , path = " ../interactive" , optional = true }
29+ caw_player = { version = " 0.7 " , path = " ../player" , optional = true }
30+ caw_midi = { version = " 0.4 " , path = " ../midi" , optional = true }
31+ caw_midi_live = { version = " 0.4 " , path = " ../midi-live" , optional = true }
32+ caw_midi_file = { version = " 0.4 " , path = " ../midi-file" , optional = true }
33+ caw_midi_serial = { version = " 0.4 " , path = " ../midi-serial" , optional = true }
34+ caw_audio_file = { version = " 0.4 " , path = " ../audio-file" , optional = true }
35+ caw_interactive = { version = " 0.7 " , path = " ../interactive" , optional = true }
3636
3737[dev-dependencies ]
3838anyhow = " 1.0"
0 commit comments