From 84adfe764f1595669517f70d6c8df73bddb67593 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sat, 1 Dec 2018 23:20:19 +0100 Subject: [PATCH] v2.4.0 --- README.md | 4 ++-- csfml.nimble | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fff959b..7e95f10 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,11 @@ The files [private](src/csfml/private)/\*\_gen.nim are [automatically g Installation ------------ -*nim-csfml* supports CSFML 2.3; there are older releases, down to CSFML 2.1. It has been tested on Linux 64-bit and Windows 7 with MinGW 32-bit. +*nim-csfml* supports CSFML 2.4; there are older releases, down to CSFML 2.1. It has been tested on Linux 64-bit. This library can be installed using [nimble][] install csfml. -[CSFML][] 2.3, which requires [SFML][] 2.3, must be installed to use it. +[CSFML][] 2.4, which requires [SFML][] 2.4, must be installed to use it. On Windows you can just [download CSFML][csfml] and put the DLLs (which seem to be statically linked with SFML) in your project folder instead. ### [Troubleshooting][] diff --git a/csfml.nimble b/csfml.nimble index 0c41615..e252196 100644 --- a/csfml.nimble +++ b/csfml.nimble @@ -1,6 +1,6 @@ [Package] name: "csfml" -version: "2.3.1" +version: "2.4.0" author: "Oleh Prypin" description: "Bindings for Simple and Fast Multimedia Library (through CSFML)" license: "zlib"