diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -554,17 +554,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" [[package]] -name = "playmidi" -version = "0.0.0" -dependencies = [ - "cc", - "chrono", - "cpal", - "libc", - "rhai", -] - -[[package]] name = "proc-macro-crate" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -585,6 +574,17 @@ dependencies = [ ] [[package]] +name = "progmidi" +version = "0.0.0" +dependencies = [ + "cc", + "chrono", + "cpal", + "libc", + "rhai", +] + +[[package]] name = "quote" version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" |