1
0
Fork 0
mirror of https://github.com/italicsjenga/rust_minifb.git synced 2025-01-14 12:50:39 +11:00

Correct version in README

This commit is contained in:
Daniel Collin 2016-01-29 20:17:23 +01:00
parent 8bdbc850d5
commit b6e5bc4aa9

View file

@ -12,7 +12,7 @@ Usage
```toml
# Cargo.toml
[dependencies]
minifb = "0.2.7"
minifb = "0.3.0"
```
Example