File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 22name = " caw_midi_udp_client"
33version = " 0.1.0"
44edition = " 2024"
5+ description = " A UDP client for sending midi commands to caw synthesizers"
6+ authors = [
" Stephen Sherratt <[email protected] >" ]
7+ license = " MIT"
8+ homepage = " https://github.com/gridbugs/caw.git"
9+ repository = " https://github.com/gridbugs/caw.git"
10+ documentation = " https://docs.rs/caw_widgets"
511
612[dependencies ]
713anyhow = " 1.0"
Original file line number Diff line number Diff line change 22name = " caw_midi_udp_widgets_app"
33version = " 0.1.0"
44edition = " 2024"
5+ description = " App for launching widgets that communicate with a caw synthesizer by sending midi commands over UDP"
6+ authors = [
" Stephen Sherratt <[email protected] >" ]
7+ license = " MIT"
8+ homepage = " https://github.com/gridbugs/caw.git"
9+ repository = " https://github.com/gridbugs/caw.git"
510
611[dependencies ]
712caw_widgets = { version = " 0.1" , path = " ../widgets" }
Original file line number Diff line number Diff line change 22name = " caw_widgets"
33version = " 0.1.0"
44edition = " 2024"
5+ description = " Graphical widgets for the caw synthesizer framework"
6+ authors = [
" Stephen Sherratt <[email protected] >" ]
7+ license = " MIT"
8+ homepage = " https://github.com/gridbugs/caw.git"
9+ repository = " https://github.com/gridbugs/caw.git"
10+ documentation = " https://docs.rs/caw_widgets"
511
612[dependencies ]
713anyhow = " 1.0"
You can’t perform that action at this time.
0 commit comments