From 8800c3e7632cbfc0738b7c107519f4145392cd04 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 23 Jul 2020 07:41:22 +1000 Subject: [PATCH] Add miniaudio-rs as an unofficial binding. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c37a00b8..f160543a 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,6 @@ and I'll consider adding it to this list. Language | Project ---------|-------- -Python | [pyminiaudio](https://github.com/irmen/pyminiaudio) Go | [malgo](https://github.com/gen2brain/malgo) - +Python | [pyminiaudio](https://github.com/irmen/pyminiaudio) +Rust | [miniaudio-rs](https://github.com/ExPixel/miniaudio-rs)