mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Updated readme and changelog
This commit is contained in:
parent
5d70e6fc5c
commit
7860c66aec
|
@ -2,6 +2,10 @@
|
|||
|
||||
This project follows semantic versioning.
|
||||
|
||||
### v0.10.0 (2017-08-11)
|
||||
|
||||
- [changed] ```update_with_buffer``` Now make sures that input buffer will be large enough. As of this it now returns ```Result<>``` to indicate the status of the call.
|
||||
|
||||
### v0.9.2 (2017-07-31)
|
||||
|
||||
- [fixed] Bumped x11-dll to 2.14 as it was causing issues on nightly.
|
||||
|
|
|
@ -14,7 +14,7 @@ Usage
|
|||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
minifb = "0.9.1"
|
||||
minifb = "0.10.0"
|
||||
```
|
||||
|
||||
Example
|
||||
|
@ -51,7 +51,7 @@ fn main() {
|
|||
|
||||
Status
|
||||
------
|
||||
Currently Mac, Linux and Windows (64-bit and 32-bit) are the current supported platforms. X11 (Linux/FreeBSD/etc) support has been tested on Ubuntu (x64). Bug report(s) for other OSes/CPUs are welcome!
|
||||
Currently Mac, Redox, Linux and Windows (64-bit and 32-bit) are the current supported platforms. X11 (Linux/FreeBSD/etc) support has been tested on Ubuntu (x64). Bug report(s) for other OSes/CPUs are welcome!
|
||||
|
||||
|
||||
Build instructions
|
||||
|
|
Loading…
Reference in a new issue