Skip to content

Commit 84adfe7

Browse files
committed
v2.4.0
1 parent 1bacd77 commit 84adfe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ The files <em>[private](src/csfml/private)/\*\_gen.nim</em> are [automatically g
6262
Installation
6363
------------
6464

65-
*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.
65+
*nim-csfml* supports CSFML 2.4; there are older releases, down to CSFML 2.1. It has been tested on Linux 64-bit.
6666

6767
This library can be installed using <code>[nimble][] install csfml</code>.
6868

69-
[CSFML][] 2.3, which requires [SFML][] 2.3, must be installed to use it.
69+
[CSFML][] 2.4, which requires [SFML][] 2.4, must be installed to use it.
7070
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.
7171

7272
### [Troubleshooting][]

csfml.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Package]
22
name: "csfml"
3-
version: "2.3.1"
3+
version: "2.4.0"
44
author: "Oleh Prypin"
55
description: "Bindings for Simple and Fast Multimedia Library (through CSFML)"
66
license: "zlib"

0 commit comments

Comments
 (0)