File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 44
55- Nothing yet
66
7+ ## 0.22.0
8+
9+ ### Added
10+
11+ - Added ` is_rgb ` method for ` Texture ` , ` RenderWindow ` , and ` RenderTexture `
12+ - Add ` RcTexture::raw_texture ` to get the underlying ` Texture ` of an ` RcTexture `
13+ - Add direction arrow cursors from SFML 2.6 to ` CursorType `
14+ - Add ` Scancode ` API from SFML 2.6.
15+ - Add tip about environment variables to README
16+
17+ ### Changed
18+
19+ - ` Image::set_pixel ` and ` Image::pixel_at ` are now safe, checked functions. Added unsafe unchecked variants.
20+ - Renamed ` SetPixelError ` to ` PixelAccessError `
21+ - Rust requirement bumped to 1.81
22+ - Made ` Context::get_function ` a safe function
23+
24+ ### Fixed
25+
26+ - Minor doc fixes, including typos
27+ - Fixed compilation error on Windows MinGW
28+
729## 0.21.0
830
931### SFML 2.6 update
You can’t perform that action at this time.
0 commit comments