From 11fdcfacd02ed84d63a75fa813e2ef8c0ddf1d96 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 23 Dec 2022 08:24:26 -0700 Subject: [PATCH] Remove notice about fork --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c7b4079..b491371 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ Overview == -This is a fork of [softbuffer](https://github.com/john01dav/softbuffer) for more active maintenance, as softbuffer now appears to be unmaintained. Currently, it is a drop-in replacement for softbuffer, and many things are the same (including this README). - As the popularity of the library [minifb](https://crates.io/crates/minifb) shows, it is useful to put a 2D buffer/image on a window in a platform-independent way. Minifb's approach to doing window management itself, however, is problematic code duplication. We already have very high quality libraries for this in the Rust ecosystem