From 340ded9dddcd653291ed6d189a73ecfd45860825 Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Fri, 7 Feb 2014 09:21:13 +0000 Subject: [PATCH] Updated README to support external SDL2 libs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5cf866..d17c1c24 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ If you want a library compatible with earlier versions of SDL, please see https: ## Where are SDL_image, SDL_mixer, and SDL_ttf? -I plan for these to live outside of this repo. So far, they haven't been written - so feel free to take command and have a go at writing bindings for them! +These live outside of the repo. + +* https://github.com/xsleonard/rust-sdl2_image + +SDL_mixer and SDL_ttf have yet to be written. # Requirements