libxm 0.0.1

A binding of libxm for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "libxm"
version = "0.0.1"
authors = ["Dan Spencer <dan@atomicpotato.net>"]
description = "A binding of libxm for Rust"
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.1"