Skip to content

Commit

Permalink
Update information for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed May 21, 2015
1 parent 26e175f commit 8c817fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ nim-csfml
The files <em>[src](src)/csfml\_\*\_gen.nim</em> are [automatically generated](generate) from CSFML's header files. They provide the base CSFML API. The files <em>csfml_\*.nim</em> build upon them, adding compatibility with SFML API.
*csfml.nim* automatically imports *system*, *window* and *graphics*; *audio* should be imported separately; *network* is not implemented.

*nim-csfml* supports CSFML 2.2; see older releases for CSFML 2.1. It has been tested on Linux 64-bit and Windows 7 with MinGW 32-bit.
*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.

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

[CSFML][] 2.2, which requires [SFML][] 2.2, must be installed to use it.
[CSFML][] 2.3, which requires [SFML][] 2.3, 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.

*nim-csfml*'s version number (`x.y.z`): `x.y` corresponds to the supported CSFML version; `z` is for the project's own point releases.
Expand Down
2 changes: 1 addition & 1 deletion csfml.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Package]
name: "csfml"
version: "2.2.0"
version: "2.3.0"
author: "Oleh Prypin"
description: "Bindings for Simple and Fast Multimedia Library (through CSFML)"
license: "zlib"
Expand Down

0 comments on commit 8c817fa

Please sign in to comment.