[package]
name = "libxm"
version = "0.0.3"
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"
links = "xm"
build = "build.rs"
[build-dependencies]
gcc = "0.2"