Remove the unofficial bindings section from the readme.

These projects are not updated to the latest version.
This commit is contained in:
David Reid
2022-04-16 15:32:07 +10:00
parent e7dfd77a97
commit c2931a92cc
-14
View File
@@ -245,17 +245,3 @@ before the implementation of miniaudio. You can enable Vorbis by doing the follo
#undef STB_VORBIS_HEADER_ONLY
#include "extras/stb_vorbis.c"
```
Unofficial Bindings
===================
The projects below offer bindings for other languages which you may be interested in. Note that these
are unofficial and are not maintained as part of this repository. If you encounter a binding-specific
bug, please post a bug report to the specific project. If you've written your own bindings let me know
and I'll consider adding it to this list.
Language | Project
---------|--------
Go | [malgo](https://github.com/gen2brain/malgo)
Python | [pyminiaudio](https://github.com/irmen/pyminiaudio)
Rust | [miniaudio-rs](https://github.com/ExPixel/miniaudio-rs)