From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/examples/asyncio/01-load-bitmaps/README.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 contrib/SDL-3.2.8/examples/asyncio/01-load-bitmaps/README.txt (limited to 'contrib/SDL-3.2.8/examples/asyncio/01-load-bitmaps/README.txt') diff --git a/contrib/SDL-3.2.8/examples/asyncio/01-load-bitmaps/README.txt b/contrib/SDL-3.2.8/examples/asyncio/01-load-bitmaps/README.txt deleted file mode 100644 index e4283d4..0000000 --- a/contrib/SDL-3.2.8/examples/asyncio/01-load-bitmaps/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -This example code loads a few bitmap files from disk using the asynchronous -i/o, and then draws it to the window. It uses a task group to watch multiple -reads and deal with them in whatever order they finish. - -Note that for a single tiny file like this, you'd probably not want to bother -with async i/o in real life, but this is just an example of how to do it. -- cgit v1.2.3