populate examples; update rodio version

This commit is contained in:
2021-11-27 11:41:32 +00:00
parent cd72d9d66d
commit 4734ae81f8
9 changed files with 638 additions and 54 deletions

View File

@@ -3,11 +3,9 @@ name = "rodio-xm"
version = "0.1.0"
edition = "2018"
repository = "https://tinybird.dev/max/rodio-xm"
authors = ["Max Bradbury<max@tinybird.info>"]
authors = ["Max Bradbury <max@tinybird.info>"]
description = "provides a source for playback of fasttracker 2 extended modules in rodio"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libxm = "^1.0.0"
rodio = "^0.11.0"
rodio = "^0.14.0"