Skip to content

bvssvni/rust-sdl2_mixer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-SDL2_mixer

Build Status

Rust bindings for SDL2_mixer.

Installation

Requirements

  • Rust-sdl2
  • sdl_mixer 2.0 development libraries
  • Rust nightly
  • Cargo nightly

normal

git clone https://github.com/andelf/rust-sdl2_mixer
cargo build
# TODO: OR if you are using the mac framework version
rustc --cfg mac_framework src/sdl2_mixer/lib.rs

cargo

[dependencies]
sdl2_mixer = "$version-here$"

or

[dependencies.sdl2_mixer]
git = "https://github.com/andelf/rust-sdl2_mixer"

Demo

cargo run /path/to/wav_file.wav

About

Rust bindings for sdl2_mixer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%