aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-25 09:51:00 +0200
committerLoïc Hoguin <[email protected]>2018-05-25 09:51:00 +0200
commit37a28c68e06895ede3cf8a27f4dd4223932ef7f4 (patch)
tree2835491fe42be3fd8a48e779b66af2c9b964711f
parent26f98df338c25d7ed7c9fcf996bf09860d2de34f (diff)
downloadesdl2-37a28c68e06895ede3cf8a27f4dd4223932ef7f4.tar.gz
esdl2-37a28c68e06895ede3cf8a27f4dd4223932ef7f4.tar.bz2
esdl2-37a28c68e06895ede3cf8a27f4dd4223932ef7f4.zip
Update supported versions in the README
-rw-r--r--README.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index dc0c915..f90fbcc 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -6,7 +6,8 @@ This project tries to implement SDL2 and some of its
extensions in one convenient NIF. The supported versions
and features are listed below.
-* SDL 2.0.7
+* SDL >= 2.0.5
+* SDL_image 2.0.3
* SDL_ttf 2.0.14
The implementation is cut into sections corresponding