[package]
name = "libxm"
version = "0.0.2"
authors = ["Dan Spencer <dan@atomicpotato.net>"]
description = "A binding of libxm for Rust. A small XM (FastTracker II Extended Module) player library. Designed for easy integration in demos and such, and provides timing functions for easy sync against specific instruments, samples or channels."
repository = "https://github.com/nukep/libxm-rs"
documentation = "https://nukep.github.io/libxm-rs/libxm"
readme = "README.md"
keywords = ["xm", "libxm", "FastTracker"]
license = "WTFPL"
[dependencies.libxm-sys]
path = "libxm-sys"
version = "0.0.2"