Skip to content

Commit 3f3ca6d

Browse files
committed
update READMD.md for #65
1 parent 9e01f46 commit 3f3ca6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Rust-SDL2_image
33

44
Rust bindings for SDL2_image
55

6+
> **NOTE**: The 1.0.0 and 1.1.0 version of this crate are yanked because of [#65](https://github.com/xsleonard/rust-sdl2_image/issues/65)! We are now using same ``x.y._`` version number as [sdl2](https://crates.io/crates/sdl2). See [sdl2_image/0.16.0](https://crates.io/crates/sdl2_image/0.16.0).
7+
68
# Overview
79

810
Rust-SDL2_image is a library for talking to the new SDL2_image library from Rust.
@@ -22,7 +24,8 @@ Cargo.toml file:
2224

2325
```toml
2426
[dependencies]
25-
sdl2_image = "0.3"
27+
sdl2 = "0.16.0"
28+
sdl2_image = "0.16.0"
2629
```
2730

2831
Or, to reference this repository directly:

0 commit comments

Comments
 (0)