diff options
author | Silas Bartha <[email protected]> | 2024-09-19 22:50:02 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-19 22:50:02 -0400 |
commit | 7ee9bf6172fda8ea6a20bed9326a0918f3371226 (patch) | |
tree | 343dd3830127feacf98c9d1ef07019e070e18e21 | |
parent | f6914ca55f2f4771df20534f26e5667965985aa0 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,14 +11,14 @@ A plugin which adds MIDI file and soundfont audio support to the bevy engine via | Crate Version | Bevy Version | |--- |--- | -| 0.1 | 0.14 | +| 0.1-0.2 | 0.14 | ## Installation ### crates.io ```toml [dependencies] -bevy_rustysynth = "0.1" +bevy_rustysynth = "0.2" ``` ### Using git URL in Cargo.toml |