[build-dependencies.cc]
version = "1.1"
[dev-dependencies.cpal]
version = "0.15.3"
[dev-dependencies.getopts]
version = "0.2"
[dev-dependencies.sdl2]
version = "0.37.0"
[[example]]
name = "playback-cpal"
path = "examples/playback-cpal.rs"
[[example]]
name = "playback-sdl2"
path = "examples/playback-sdl2.rs"
[lib]
name = "libxm"
path = "src/lib.rs"
[package]
authors = ["Danny Spencer <dan.spencer.np@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
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."
documentation = "https://nukep.github.io/libxm-rs/libxm"
edition = "2021"
keywords = ["xm", "libxm", "FastTracker"]
license = "WTFPL"
links = "xm"
name = "libxm"
readme = "README.md"
repository = "https://github.com/nukep/libxm-rs"
version = "1.1.0"