From 3e7cef02e21c1736c46d9cfd91b91519853b435f Mon Sep 17 00:00:00 2001 From: Andreas Linz Date: Sun, 13 Dec 2020 11:46:47 +0100 Subject: [PATCH] Add a note that rsoundio is abandonware --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c2595b8..cc3148f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # A Rusty Wrapper for [libsoundio](http://libsound.io) +**Please consider this library abandonware.** + +I will keep reviewing merge requests but I won't fix any bugs or add features myself, this is due to lack of time and also because I lost my interest in Rust. + +--- + [![Circle CI](https://circleci.com/gh/klingtnet/rsoundio.svg?style=svg)](https://circleci.com/gh/klingtnet/rsoundio) [![Crates.io](https://img.shields.io/crates/v/rustc-serialize.svg)](https://crates.io/crates/rsoundio) [![rustdoc](https://img.shields.io/badge/rustdoc-hosted-blue.svg)](https://docs.klingt.net/rustdoc/rsoundio)