From 9406adea1c4d10a136ac262cbab9b1ae9d6e95fc Mon Sep 17 00:00:00 2001 From: Cobrand Date: Thu, 9 Nov 2017 06:42:58 +0000 Subject: [PATCH] Add "bundled" mention to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b722a3fa..e5d950cb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ If you want a library compatible with earlier versions of SDL, please see We currently target the latest stable release of Rust. ## *SDL2.0 development libraries* + +### "Bundled" + +Since 0.31, this crate supports a feature named "bundled" which downloads SDL2 from source, compiles it and links it automatically. While this should work for any architecture, you **will** need a C compiler (like `gcc`, `clang`, or MS's own compiler) to use this feature properly. + ### Linux Install these through your favourite package management tool, or via http://www.libsdl.org/