oml-audio 0.1.3

Very basic, and thin abstraction of audio handling meant for games.
# oml-audio

Work in progress!
API will change, but we'll obey semver rules.

Very thin wrapper for playing music, and audio in rust based games.

Features:
- [x] Play .mp3 music (with hardware acceleration) on macOS
- [x] Play .wav & .caf sound on macOS

- [ ] Play .ogg music on windows
- [ ] Play .wav sound on windows
- [ ] Play .ogg music on linux
- [ ] Play .wav sound on linux


Future:
- [ ] Support other platforms (iOS, android, etc)