Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Dec 6, 2018
1 parent 308761d commit 6707621
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 @@ -62,11 +62,11 @@ The files <em>[private](src/csfml/private)/\*\_gen.nim</em> are [automatically g
Installation
------------

*nim-csfml* supports CSFML 2.4; there are older releases, down to CSFML 2.1. It has been tested on Linux 64-bit.
*nim-csfml* supports CSFML 2.5; there are older releases, down to CSFML 2.1. It has been tested on Linux 64-bit.

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

[CSFML][] 2.4, which requires [SFML][] 2.4, must be installed to use it.
[CSFML][] 2.5, which requires [SFML][] 2.5, 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][]
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.4.0"
version: "2.5.0"
author: "Oleh Prypin"
description: "Bindings for Simple and Fast Multimedia Library (through CSFML)"
license: "zlib"
Expand Down

0 comments on commit 6707621

Please sign in to comment.