Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 592 Bytes

wavesabre-rs

This is a small wrapper library to be able to play/render songs made for WaveSabre from Rust.

This library is no_std so the usual tricks for Minimizing Rust Binary Size can be used.

Instructions

Due to the limited use case of this library as well as the fact that it only works on Windows I've not uploaded it to crates.io, so you will have to point directly to the repository.

[dependencies]
wavesabre-rs = { git = "https://github.com/Kwarf/wavesabre-rs.git" }